Cart fixes

This commit is contained in:
ZomgPonies
2014-06-15 03:58:19 -04:00
parent 855086d565
commit a211cca4dc
+1
View File
@@ -207,6 +207,7 @@
if(!mob.canmove)
if (mob.buckled && (istype(mob.buckled, /obj/structure/stool/bed/chair/wheelchair))) // Exception for wheelchairs
else if if (mob.buckled && (istype(mob.buckled, /obj/structure/stool/bed/chair/cart)))
else return
//if(istype(mob.loc, /turf/space) || (mob.flags & NOGRAV))