Increased target distance to the marker in a Dijaam's scene, sometimes she stops before reaching it

This commit is contained in:
Eddoursul 2024-01-27 21:43:10 +01:00
parent 1089d32429
commit f5e9064d9e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -32,7 +32,7 @@ auto state Alive
event OnEffectFinish(Actor akTarget, Actor akCaster)
GotoState("DoNothing")
if akTarget
if akTarget && akTarget.Is3DLoaded()
SprigganFXAttachEffect.Stop(akTarget)
endif
endevent