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)
|
OnChymikumEffectFinish(akTarget)
|
||||||
Endif
|
Endif
|
||||||
|
|
||||||
Self.Dispel()
|
if akTarget.HasMagicEffect(GetBaseObject())
|
||||||
|
Dispel()
|
||||||
|
endif
|
||||||
|
|
||||||
Endevent
|
Endevent
|
||||||
|
|
||||||
Function OnWolfFormStart()
|
Function OnWolfFormStart()
|
||||||
|
@ -64,7 +64,9 @@ Function ReleaseToHavok()
|
|||||||
If myLink && (myLink.beenSimmed == False)
|
If myLink && (myLink.beenSimmed == False)
|
||||||
myLink.ReleaseToHavok()
|
myLink.ReleaseToHavok()
|
||||||
EndIf
|
EndIf
|
||||||
SetMotionType(Motion_Dynamic, True)
|
if Is3DLoaded() ; prevent Papyrus errors on a taken object
|
||||||
Self.ApplyHavokImpulse(0, 0, 1, 5)
|
SetMotionType(Motion_Dynamic, True)
|
||||||
|
Self.ApplyHavokImpulse(0, 0, 1, 5)
|
||||||
|
endif
|
||||||
; Debug.Trace("Released Havok.")
|
; Debug.Trace("Released Havok.")
|
||||||
EndFunction
|
EndFunction
|
||||||
|
Loading…
Reference in New Issue
Block a user