From 781198e95d87f91f1f370e20d80a6cf577998e55 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 3 Oct 2022 00:02:34 -0700 Subject: [PATCH 1/2] SC turfs needs to be included in the dme in order for CI to not panic --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index db9e86d1f5..159b980903 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4483,6 +4483,7 @@ #include "maps\southern_cross\structures\closets\misc.dm" #include "maps\southern_cross\structures\closets\research.dm" #include "maps\southern_cross\structures\closets\security.dm" +#include "maps\southern_cross\turfs\outdoors.dm" #include "maps\submaps\_helpers.dm" #include "maps\submaps\_readme.dm" #include "maps\submaps\engine_submaps\engine.dm" From a1a21b9297c99e0a48d651c953828d8d7dab5fd0 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Mon, 3 Oct 2022 00:04:14 -0700 Subject: [PATCH 2/2] Comment out turfs/outdoors.dm because it is now included in the .dme --- maps/southern_cross/southern_cross.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/southern_cross/southern_cross.dm b/maps/southern_cross/southern_cross.dm index 801aaaefaf..24fb76bb93 100644 --- a/maps/southern_cross/southern_cross.dm +++ b/maps/southern_cross/southern_cross.dm @@ -35,7 +35,7 @@ // #include "structures/closets/misc.dm" // #include "structures/closets/research.dm" // #include "structures/closets/security.dm" - #include "turfs/outdoors.dm" + //#include "turfs/outdoors.dm" //Moved inclusion to vorestation.dme to appease CI's smooth brain. #include "events/wildlife_encounter.dm" // CHOMPStation Edits End - Un-disable these includes if vorestation.dme ever removes them from their #includes.