From c0c3262d9bf7e8af8c00a97f956076413028680c Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 24 Jul 2014 19:10:36 -0400 Subject: [PATCH] Compile fix --- code/modules/vehicles/ambulance.dm | 2 +- code/modules/vehicles/janicart.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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