From 8a5f982c4435018e6c1bfa40aa0034a5d16d8762 Mon Sep 17 00:00:00 2001 From: ReturnToZender <110273561+ReturnToZender@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:24:39 -0600 Subject: [PATCH] DS-2 unpickable fix. Makes it so that DS-2 is unpickable and therefore can be spawned. --- modular_skyrat/modules/mapping/code/space.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_skyrat/modules/mapping/code/space.dm b/modular_skyrat/modules/mapping/code/space.dm index ad567c2d9bf..92b6f65e285 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. + unpickable = TRUE /datum/map_template/ruin/space/skyrat/derelictferry id = "derelictferry" suffix = "derelictferry.dmm"