Can pick up mobs in closets

This commit is contained in:
Robertha89
2015-10-24 18:21:35 +02:00
parent 185439855e
commit eb134e92d9
-3
View File
@@ -21,9 +21,6 @@
if(!action_checks(target)) return
if(!cargo_holder) return
if(istype(target, /obj/structure/stool)) return
for(var/M in target.contents)
if(istype(M, /mob/living))
return
if(istype(target,/obj))
var/obj/O = target