From a5cac7de3bca603896dd58b7a0203c95c31f1142 Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 15 Aug 2020 16:24:22 -0400 Subject: [PATCH 1/8] 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/" From 853604b2185d166dae38a8363955e8746870d6f5 Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 15 Aug 2020 16:24:30 -0400 Subject: [PATCH 2/8] a --- code/datums/ruins/space.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 3e7b9fed73..df948d6858 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -329,7 +329,7 @@ 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." + description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and take one of the fair maidens for a night." //Space ruins for the station z /datum/map_template/ruin/spacenearstation From d5000527791c1521b91e663a40d22856f9432466 Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 15 Aug 2020 16:27:17 -0400 Subject: [PATCH 3/8] a --- code/datums/ruins/space.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index df948d6858..f658897b93 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -325,7 +325,7 @@ 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 +/datum/map_template/ruin/space/spacediner id = "spacediner" suffix= "spacediner.dmm" name = "Space DIner" From 3bce862a28ab1284138683aea12c2ddb15b286ec Mon Sep 17 00:00:00 2001 From: zerothebigboy Date: Sat, 15 Aug 2020 16:27:27 -0400 Subject: [PATCH 4/8] a --- code/datums/ruins/space.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index f658897b93..6254e6ef2b 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -328,7 +328,7 @@ /datum/map_template/ruin/space/spacediner id = "spacediner" suffix= "spacediner.dmm" - name = "Space DIner" + name = "Space Diner" description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and take one of the fair maidens for a night." //Space ruins for the station z From 04055d34a220ab0246d0f645a6dee9af5456d8e2 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 15 Aug 2020 16:31:17 -0400 Subject: [PATCH 5/8] Update and rename code/datums/ruins/space.dm to code/datums/ru get it space bar --- code/datums/{ruins/space.dm => ru} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename code/datums/{ruins/space.dm => ru} (99%) diff --git a/code/datums/ruins/space.dm b/code/datums/ru similarity index 99% rename from code/datums/ruins/space.dm rename to code/datums/ru index 6254e6ef2b..3109e4ab59 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ru @@ -327,7 +327,7 @@ /datum/map_template/ruin/space/spacediner id = "spacediner" - suffix= "spacediner.dmm" + suffix = "spacediner.dmm" name = "Space Diner" description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and take one of the fair maidens for a night." From 5ad34ae2989380d078d36f23288f213ca39e6035 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:06:02 -0400 Subject: [PATCH 6/8] Update spaceRuinBlacklist.txt oops i forgot configgies --- config/spaceRuinBlacklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config/spaceRuinBlacklist.txt b/config/spaceRuinBlacklist.txt index 90682f5bad..969e4135f6 100644 --- a/config/spaceRuinBlacklist.txt +++ b/config/spaceRuinBlacklist.txt @@ -52,3 +52,4 @@ #_maps/RandomRuins/SpaceRuins/arcade.dmm #_maps/RandomRuins/SpaceRuins/spacehermit.dmm #_maps/RandomRuins/SpaceRuins/advancedlab.dmm +#_maps/RandomRuins/SpaceRuins/spacediner.dmm From 730f18b2395acd4895970068cc70ac6e237a9a9c Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:07:51 -0400 Subject: [PATCH 7/8] Rename code/datums/ru to code/datums/ruins/space.dm also im an rword --- code/datums/{ru => ruins/space.dm} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/datums/{ru => ruins/space.dm} (100%) diff --git a/code/datums/ru b/code/datums/ruins/space.dm similarity index 100% rename from code/datums/ru rename to code/datums/ruins/space.dm From 167ff93675304e136e92322615992e279bec89b0 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 15 Aug 2020 17:10:24 -0400 Subject: [PATCH 8/8] Update space.dm t e x t --- code/datums/ruins/space.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 3109e4ab59..64b8692ccd 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -329,7 +329,7 @@ id = "spacediner" suffix = "spacediner.dmm" name = "Space Diner" - description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and take one of the fair maidens for a night." + description = "Come, traveler of the bluespace planes. Sit, enjoy a drink and take one of the fair maidens for a night. The exit is the way you came in, via that teleporter thingy, but do remember to stay safe." //Space ruins for the station z /datum/map_template/ruin/spacenearstation