mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Compile fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user