From 242a71d0f9b05b2d89473adcf14aa560ffbaf5d3 Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Thu, 2 Mar 2023 23:09:32 -0600 Subject: [PATCH] REMOVES DS-2 del: DS-2 --- modular_skyrat/modules/mapping/code/space.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_skyrat/modules/mapping/code/space.dm b/modular_skyrat/modules/mapping/code/space.dm index 9e4877886cd..ad567c2d9bf 100644 --- a/modular_skyrat/modules/mapping/code/space.dm +++ b/modular_skyrat/modules/mapping/code/space.dm @@ -9,14 +9,14 @@ description = "Cybersun would like to remind it's employees that any battle cruiser will be apropriately maintained, as will it's crew." suffix = "forgottenship_skyrat.dmm" always_place = TRUE -*/ + /datum/map_template/ruin/space/skyrat/interdynefob name = "DS-2" id = "interdynefob" description = "If DS-1 was so good..." suffix = "interdynefob.dmm" always_place = TRUE - +*/ //BUBBER EDIT: DS-2 OFF BUBBER. /datum/map_template/ruin/space/skyrat/derelictferry id = "derelictferry" suffix = "derelictferry.dmm" @@ -172,7 +172,7 @@ name = "Port Tarkon" id = "escapefromtarkon" description = "An ambitious goal, A step forward, A trial run for the Tarkon drill, ment to implant mining stations within meteors. Decades of disaster have, however, left this one... Unattended for far too long." - always_place = TRUE + always_place = FALSE /obj/modular_map_root/port_tarkon config_file = "strings/modular_maps/skyrat/PortTarkon.toml"