mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #9624
This commit is contained in:
@@ -19,12 +19,12 @@
|
|||||||
ExtinguishMob()
|
ExtinguishMob()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
..()
|
||||||
|
|
||||||
if(handcuffed)
|
if(handcuffed)
|
||||||
spawn() escape_handcuffs()
|
spawn() escape_handcuffs()
|
||||||
else if(legcuffed)
|
else if(legcuffed)
|
||||||
spawn() escape_legcuffs()
|
spawn() escape_legcuffs()
|
||||||
|
|
||||||
..()
|
|
||||||
|
|
||||||
/mob/living/carbon/proc/escape_handcuffs()
|
/mob/living/carbon/proc/escape_handcuffs()
|
||||||
if(!(last_special <= world.time)) return
|
if(!(last_special <= world.time)) return
|
||||||
|
|||||||
Reference in New Issue
Block a user