Adds 2 new ruins, a space and lavaland relay (#29335)

* Adds a space and lavaland ruin

* random shelves

* oops

* and this one

* desc update
This commit is contained in:
Qwertytoforty
2025-05-22 14:08:42 +00:00
committed by GitHub
parent 88c949fe46
commit 9329d265ab
17 changed files with 658 additions and 2 deletions
@@ -72,3 +72,12 @@
// This area exists so that lavaland ruins dont overwrite the baseturfs on regular space ruins
/area/ruin/unpowered/misc_lavaruin
/area/ruin/lavaland_relay
name = "Nanotrasen Lavaland Relay"
icon_state = "lava_relay"
/area/ruin/lavaland_relay/Initialize(mapload)
name = "Nanotrasen Lavaland Relay #[rand(1, 1000)]" //Give it a random relay name
return ..()
@@ -300,3 +300,12 @@
/area/ruin/space/rocky_motel/asteroid
icon_state = "away"
/area/ruin/space/space_relay
name = "Nanotrasen Bluespace Relay"
icon_state = "space_relay"
/area/ruin/space/space_relay/Initialize(mapload)
name = "Nanotrasen Bluespace Relay #[rand(1, 1000)]" //Give it a random relay name
return ..()