Unregister wallmarker smokers from sleep events on leaving their cell
This commit is contained in:
parent
0a311b78f7
commit
800e77ab6b
Binary file not shown.
@ -70,6 +70,14 @@ Event OnSleepStart(float afSleepStartTime, float afDesiredSleepEndTime)
|
||||
_UnlockAnimationUpdates()
|
||||
EndEvent
|
||||
|
||||
Event OnCellDetach()
|
||||
UnregisterForSleep()
|
||||
endEvent
|
||||
|
||||
Event OnCellAttach()
|
||||
RegisterForSleep()
|
||||
endEvent
|
||||
|
||||
Event OnEffectFinish(Actor akTarget, Actor akCaster)
|
||||
; Debug.Trace(self + ": OnEffectFinish, " + Target)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user