From a5cac7de3bca603896dd58b7a0203c95c31f1142 Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 15 Aug 2020 16:24:22 -0400 Subject: [PATCH] a --- code/datums/ruins/space.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 5d86290f8f..3e7b9fed73 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -325,6 +325,12 @@ name = "Abductor Replication Lab" description = "Some scientists tried and almost succeeded to recreate abductor tools. Somewhat slower and a bit less modern than their originals, these tools are the best you can get if you aren't an alien." +/datum/map_template/ruin/space/advancedlab/spacediner + id = "spacediner" + suffix= "spacediner.dmm" + name = "Space DIner" + description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and tae one of the fair maidens for a night." + //Space ruins for the station z /datum/map_template/ruin/spacenearstation prefix = "_maps/RandomRuins/SpaceRuinsStation/"