Update AthenaDanceItemDefinition.cpp

This commit is contained in:
Zylox
2024-04-28 18:52:34 +02:00
committed by GitHub
parent 19227a3758
commit f2e189bd14
@@ -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")));
}