fix for missing area, map should load

This commit is contained in:
LetterJay
2017-03-26 13:01:28 -05:00
parent e385849d72
commit d8d2bf1006
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/*-----------------------------------------------------------------------------*/
/area/engine
/area/engine/supermatter
name = "Supermatter Engine"
icon_state = "engine_sm"
/area/ai_monitored //stub defined ai_monitored.dm
+1 -1
View File
@@ -14,8 +14,8 @@
// BEGIN_INCLUDE
#include "_maps\basemap.dm"
#include "_maps\citadelstation.dm"
#include "_maps\loadallmaps.dm"
#include "_maps\tgstation2.dm"
#include "code\_compile_options.dm"
#include "code\world.dm"
#include "code\__DATASTRUCTURES\heap.dm"