Compile fix.

This commit is contained in:
Segrain
2013-08-23 10:42:29 +03:00
parent 3c139df703
commit acb4a01b9d
+1 -1
View File
@@ -22,7 +22,7 @@
if(!cargo_holder) return
if(istype(target, /obj/structure/stool)) return
for(var/M in target.contents)
if(istype(M, /mob/living)
if(istype(M, /mob/living))
return
if(istype(target,/obj))