fricken milnor

This commit is contained in:
Syphon
2025-05-21 23:23:08 -05:00
parent 2fdf892578
commit 27e15bca56

View File

@@ -58,7 +58,7 @@ void AFortPlayerPawnAthena::OnCapsuleBeginOverlapHook(UObject* Context, FFrame*
UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent(); UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent();
if (!AbilitySystemComponent) return; if (!AbilitySystemComponent) return;
static UClass* RiftAbility = FindObject<UClass>(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C"); UClass* RiftAbility = FindObject<UClass>(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C");
if (!RiftAbility) return; if (!RiftAbility) return;
FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility); FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility);