Included additional structures to escape from

This commit is contained in:
Fleure
2013-11-05 00:26:30 +00:00
parent d4aa482ff1
commit aaf68d2a12
10 changed files with 59 additions and 37 deletions
+3 -2
View File
@@ -464,8 +464,9 @@
//Breaking out of a container (Locker, sleeper, cryo...)
else if(loc && istype(loc, /obj) && !isturf(loc))
var/obj/C = loc
C.container_resist(L)
if(L.stat == CONSCIOUS && !L.stunned && !L.weakened && !L.paralysis)
var/obj/C = loc
C.container_resist(L)
//Stop drop and roll & Handcuffs
else if(iscarbon(L))