From d8d2bf1006f25cede9bc93f2c3176038e657c330 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 26 Mar 2017 13:01:28 -0500 Subject: [PATCH] fix for missing area, map should load --- code/game/area/Space_Station_13_areas.dm | 4 +++- tgstation.dme | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm index 92d2785d89..056b1b2cfd 100644 --- a/code/game/area/Space_Station_13_areas.dm +++ b/code/game/area/Space_Station_13_areas.dm @@ -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 diff --git a/tgstation.dme b/tgstation.dme index 767886c540..46d56db0e0 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -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"