Update AthenaDanceItemDefinition.cpp

This commit is contained in:
Zylox
2024-04-28 18:50:43 +02:00
committed by GitHub
parent 6feec09d7d
commit 2dadabd88d
@@ -9,6 +9,8 @@ UAthenaDanceItemDefinition::UAthenaDanceItemDefinition() {
this->bMoveForwardOnly = false;
this->WalkForwardSpeed = 300.00f;
ItemType = EFortItemType::AthenaDance;
UGameplayTagsManager& Manager = UGameplayTagsManager::Get();
Manager.AddNativeGameplayTag(TEXT("Cosmetics.EmoteType.Dance"));
GameplayTags.AddTag(FGameplayTag::RequestGameplayTag(FName("Cosmetics.EmoteType.Dance")));
}