From f0f026d82f5f85a483579dca9dfcce4817b5ebeb Mon Sep 17 00:00:00 2001 From: Da Cool Boss <142358580+DaCoolBoss@users.noreply.github.com> Date: Fri, 17 May 2024 10:01:09 +0100 Subject: [PATCH] Standardises name of The Lizard's Gas (Lava) (#83250) ## About The Pull Request Renames the ruin to include the required prefix "Lava-Ruin". Removes the now unnecessary suffix. ## Why It's Good For The Game ## Changelog The names have this prefix system for easier string-searching. If they don't have the prefixes, they're harder to find and sort. :cl: fix: adds missing prefix to name of The Lizard's Gas Lava land ruin. /:cl: --- code/datums/ruins/lavaland.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 40d7ef49bd4..b1322d09d56 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -30,7 +30,7 @@ suffix = "lavaland_biodome_clown_planet.dmm" /datum/map_template/ruin/lavaland/lizgas - name = "The Lizard's Gas(Lava)" + name = "Lava-Ruin The Lizard's Gas" id = "lizgas2" description = "A recently opened gas station from the Lizard's Gas franchise." suffix = "lavaland_surface_gas.dmm"