Fixed warnings in defaultDisableHavokOnLoad and _00E_Theriantrophist_Chymikum
This commit is contained in:
parent
82ca8f1a32
commit
e5e81477e6
Binary file not shown.
Binary file not shown.
@ -49,8 +49,10 @@ Event OnEffectFinish(Actor akTarget, Actor akCaster)
|
||||
OnChymikumEffectFinish(akTarget)
|
||||
Endif
|
||||
|
||||
Self.Dispel()
|
||||
|
||||
if akTarget.HasMagicEffect(GetBaseObject())
|
||||
Dispel()
|
||||
endif
|
||||
|
||||
Endevent
|
||||
|
||||
Function OnWolfFormStart()
|
||||
|
@ -64,7 +64,9 @@ Function ReleaseToHavok()
|
||||
If myLink && (myLink.beenSimmed == False)
|
||||
myLink.ReleaseToHavok()
|
||||
EndIf
|
||||
SetMotionType(Motion_Dynamic, True)
|
||||
Self.ApplyHavokImpulse(0, 0, 1, 5)
|
||||
if Is3DLoaded() ; prevent Papyrus errors on a taken object
|
||||
SetMotionType(Motion_Dynamic, True)
|
||||
Self.ApplyHavokImpulse(0, 0, 1, 5)
|
||||
endif
|
||||
; Debug.Trace("Released Havok.")
|
||||
EndFunction
|
||||
|
Loading…
Reference in New Issue
Block a user