Merge pull request #3573 from Segrain/master

Compile fix.
This commit is contained in:
Zuhayr
2013-08-22 23:43:52 -07:00
+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))