Fixed supply shuttle bug wherein the area types were actually tags.

This commit is contained in:
Aryn
2014-03-02 06:53:11 -07:00
parent b357344bf3
commit 2c947e135f
+2 -2
View File
@@ -1,8 +1,8 @@
//Config stuff
#define SUPPLY_DOCKZ 2 //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
#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
var/datum/controller/supply_shuttle/supply_shuttle = new()