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/"