mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Bug fixes (#12166)
* Fixes #3143 * Fixes #12015 * Fixes #9261 * Fixes #12057
This commit is contained in:
committed by
clusterfack
parent
a27f6b947f
commit
d30bcd697e
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user