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.
🆑
fix: adds missing prefix to name of The Lizard's Gas Lava land ruin.
/🆑
This commit is contained in:
Da Cool Boss
2024-05-17 05:01:09 -04:00
committed by GitHub
parent 83d0154bc3
commit f0f026d82f
+1 -1
View File
@@ -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"