mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #4489 from Tastyfish/ambul
Fixed ambulance move runtime
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user