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