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 10:08:42 -04:00
committed by GitHub
parent 88c949fe46
commit 9329d265ab
17 changed files with 658 additions and 2 deletions
@@ -237,6 +237,9 @@ GLOBAL_LIST_INIT(sandbag_recipes, list (
. = ..()
recipes = GLOB.diamond_recipes
/obj/item/stack/sheet/mineral/diamond/ten
amount = 10
/obj/item/stack/sheet/mineral/diamond/fifty
amount = 50
@@ -258,6 +261,9 @@ GLOBAL_LIST_INIT(sandbag_recipes, list (
. += ""
. += "It finds uses in a great number of applications, including medicine, nuclear power generation, radiation shielding, cybernetic and robotic components, as well as weapons."
/obj/item/stack/sheet/mineral/uranium/ten
amount = 10
/obj/item/stack/sheet/mineral/uranium/fifty
amount = 50
@@ -295,6 +301,9 @@ GLOBAL_LIST_INIT(sandbag_recipes, list (
. = ..()
recipes = GLOB.plasma_recipes
/obj/item/stack/sheet/mineral/plasma/ten
amount = 10
/obj/item/stack/sheet/mineral/plasma/fifty
amount = 50