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. 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"