* Fixes #3143

* Fixes #12015

* Fixes #9261

* Fixes #12057
This commit is contained in:
BarneyGumball
2016-10-12 03:17:01 +10:00
committed by clusterfack
parent a27f6b947f
commit d30bcd697e
5 changed files with 13 additions and 10 deletions

View File

@@ -362,9 +362,9 @@ var/global/list/PDA_Manifest = list()
if(sleeptime > world.time)
if(ismob(A))
var/mob/living/L = A
if(L.client)
L.client.move_delayer.next_allowed = sleeptime //So we don't need to check timestopped in client/move
if(L.mind != owner)
if(L.client)
L.client.move_delayer.next_allowed = sleeptime //So we don't need to check timestopped in client/move
if(!L.stat)
L.playsound_local(src, theworld == 1 ? 'sound/effects/theworld2.ogg' : 'sound/effects/fall2.ogg', 100, 0, 0, 0, 0)
//L.Paralyse(round(((sleeptime - world.time)/10)/2, 1))