From 3e3af4c1379bc5318c406cc4edd42bc11d4d5f85 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Fri, 17 Nov 2017 23:30:47 -0600 Subject: [PATCH] Switches us to the Southern Cross for testing --- code/ZAS/_docs.dm | 2 +- polaris.dme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ZAS/_docs.dm b/code/ZAS/_docs.dm index 4433478e32..7b28d52688 100644 --- a/code/ZAS/_docs.dm +++ b/code/ZAS/_docs.dm @@ -28,7 +28,7 @@ Notes for people who used ZAS before: */ //#define ZASDBG -//#define MULTIZAS +#define MULTIZAS #define AIR_BLOCKED 1 #define ZONE_BLOCKED 2 #define BLOCKED 3 diff --git a/polaris.dme b/polaris.dme index 46ed0fab3d..09a4d8d21b 100644 --- a/polaris.dme +++ b/polaris.dme @@ -2338,7 +2338,7 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" -#include "maps\northern_star\northern_star.dm" +#include "maps\southern_cross\southern_cross.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\cave_submaps\cave.dm" #include "maps\submaps\cave_submaps\cave_areas.dm"