Increased target distance to the marker in a Dijaam's scene, sometimes she stops before reaching it
This commit is contained in:
parent
1089d32429
commit
f5e9064d9e
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user