diff --git a/code/modules/vehicles/ambulance.dm b/code/modules/vehicles/ambulance.dm index fe77191668e..d53183f0e45 100644 --- a/code/modules/vehicles/ambulance.dm +++ b/code/modules/vehicles/ambulance.dm @@ -111,7 +111,7 @@ return //so people can't knock others over by pushing a trolley around ..() -/obj/vehicle/train/ambulance/engine/proc/handle_rotation() +/obj/vehicle/train/ambulance/engine/handle_rotation() if(dir == SOUTH) layer = FLY_LAYER else diff --git a/code/modules/vehicles/janicart.dm b/code/modules/vehicles/janicart.dm index fe48d92d4fa..2d9025bfc2d 100644 --- a/code/modules/vehicles/janicart.dm +++ b/code/modules/vehicles/janicart.dm @@ -161,7 +161,7 @@ return //so people can't knock others over by pushing a trolley around ..() -/obj/vehicle/train/janitor/engine/proc/handle_rotation() +/obj/vehicle/train/janitor/engine/handle_rotation() if(dir == SOUTH) layer = FLY_LAYER else