Minor change; You can load corpses into the space-pod, but not living

people.
This commit is contained in:
Tigercat2000
2014-12-17 20:22:55 -08:00
parent da9f1ed079
commit aeb4841f01
+4 -1
View File
@@ -363,7 +363,10 @@
/obj/spacepod/MouseDrop_T(mob/M as mob, mob/user as mob)
if(M != user)
return
if(M.stat != 0)
move_inside(M, user)
else
return
else
move_inside(M, user)