From 033bd20b9971eaec3f9da4791ba25ca87fafb4af Mon Sep 17 00:00:00 2001 From: Jakksergal Date: Tue, 27 Feb 2018 22:00:52 -0800 Subject: [PATCH] Attempts to fix supply shuttle bug. --- code/game/supplyshuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index 4765b86ccd..03875e0168 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -1,5 +1,5 @@ //Config stuff -#define SUPPLY_DOCKZ 2 //Z-level of the Dock. +#define SUPPLY_DOCKZ 1 //Z-level of the Dock. #define SUPPLY_STATIONZ 1 //Z-level of the Station. #define SUPPLY_STATION_AREATYPE "/area/supply/station" //Type of the supply shuttle area for station #define SUPPLY_DOCK_AREATYPE "/area/supply/dock" //Type of the supply shuttle area for dock