Merge pull request #4489 from Tastyfish/ambul

Fixed ambulance move runtime
This commit is contained in:
Fox McCloud
2016-05-22 20:51:32 -04:00
+2 -1
View File
@@ -35,7 +35,8 @@
if(bed && get_dist(oldloc, loc) <= 2)
bed.Move(oldloc)
bed.dir = Dir
bed.buckled_mob.dir = Dir
if(bed.buckled_mob)
bed.buckled_mob.dir = Dir
/obj/structure/stool/bed/amb_trolley
name = "ambulance train trolley"