Movement with wheelchair not possible in space

This commit is contained in:
Hubblenaut
2014-06-05 22:51:37 -04:00
committed by mwerezak
parent 0f4f317d52
commit a80f2b12e6
+2
View File
@@ -254,6 +254,8 @@
if(mob.pulledby || mob.buckled) // Wheelchair driving!
if(istype(mob.loc, /turf/space))
return // No wheelchair driving in space
if(istype(mob.pulledby, /obj/structure/stool/bed/chair/wheelchair))
return mob.pulledby.relaymove(mob, direct)
else if(istype(mob.buckled, /obj/structure/stool/bed/chair/wheelchair))