This commit is contained in:
@@ -147,6 +147,9 @@ GLOBAL_LIST_INIT(uranium_recipes, list ( \
|
||||
. = ..()
|
||||
. += GLOB.uranium_recipes
|
||||
|
||||
/obj/item/stack/sheet/mineral/uranium/five
|
||||
amount = 5
|
||||
|
||||
/*
|
||||
* Plasma
|
||||
*/
|
||||
@@ -192,6 +195,12 @@ GLOBAL_LIST_INIT(plasma_recipes, list ( \
|
||||
atmos_spawn_air("plasma=[amount*10];TEMP=[exposed_temperature]")
|
||||
qdel(src)
|
||||
|
||||
/obj/item/stack/sheet/mineral/plasma/five
|
||||
amount = 5
|
||||
|
||||
/obj/item/stack/sheet/mineral/plasma/thirty
|
||||
amount = 30
|
||||
|
||||
/*
|
||||
* Gold
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user