No longer toggling suit sensors when restrained.

This commit is contained in:
Hubblenaut
2014-05-23 23:23:58 +02:00
parent 4aff667d69
commit f602e10073
+1 -1
View File
@@ -310,7 +310,7 @@ BLIND // can't see anything
/obj/item/clothing/under/proc/set_sensors(mob/usr as mob)
var/mob/M = usr
if (istype(M, /mob/dead/)) return
if (usr.stat) return
if (usr.stat || usr.restrained()) return
if(has_sensor >= 2)
usr << "The controls are locked."
return 0