From c56fbcf312137ca462b0dcbf0326caaa616098e1 Mon Sep 17 00:00:00 2001 From: Markolie Date: Wed, 22 Feb 2017 20:13:36 +0100 Subject: [PATCH] No need to block movement --- code/modules/vehicle/ambulance.dm | 1 - 1 file changed, 1 deletion(-) 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)