mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user