From 62c9be914e226e76409fd81f365d827f4f7162c5 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Wed, 31 Jan 2018 00:59:58 -0800 Subject: [PATCH] Add whiteship dock to space ruin code (#35170) --- code/datums/ruins/space.dm | 8 +++++++- config/spaceRuinBlacklist.txt | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 793bc188a3..bcfb67db0b 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -261,4 +261,10 @@ suffix = "whiteshipruin_box.dmm" name = "NT Medical Ship" description = "An ancient ship, said to be among the first discovered derelicts near Space Station 13 that was still in working order. \ - Aged and deprecated by time, this relic of a vessel is now broken beyond repair." \ No newline at end of file + Aged and deprecated by time, this relic of a vessel is now broken beyond repair." + +/datum/map_template/ruin/space/whiteshipdock + id = "whiteshipdock" + suffix = "whiteshipdock.dmm" + name = "Whiteship Dock" + description = "An abandoned but functional vessel parked in deep space, ripe for the taking." diff --git a/config/spaceRuinBlacklist.txt b/config/spaceRuinBlacklist.txt index 8a1069408e..2999ada48c 100644 --- a/config/spaceRuinBlacklist.txt +++ b/config/spaceRuinBlacklist.txt @@ -42,3 +42,4 @@ #_maps/RandomRuins/SpaceRuins/miracle.dmm #_maps/RandomRuins/SpaceRuins/dragoontomb.dmm #_maps/RandomRuins/SpaceRuins/oldstation.dmm +#_maps/RandomRuins/SpaceRuins/whiteshipdock.dmm