mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge remote-tracking branch 'upstream/master' into dev-freeze
Conflicts: code/modules/mob/living/carbon/resist.dm
This commit is contained in:
@@ -19,13 +19,13 @@
|
|||||||
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