diff --git a/code/modules/vehicle/ambulance.dm b/code/modules/vehicle/ambulance.dm index cd39a41df79..ab64ac1252d 100644 --- a/code/modules/vehicle/ambulance.dm +++ b/code/modules/vehicle/ambulance.dm @@ -33,7 +33,6 @@ var/oldloc = loc if(bed && !Adjacent(bed)) bed = null - return . = ..() if(bed && get_dist(oldloc, loc) <= 2) bed.Move(oldloc)