mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
var/list/chem_t1_reagents = list(
|
||||
GLOBAL_LIST_INIT(chem_t1_reagents, list(
|
||||
"hydrogen", "oxygen", "silicon",
|
||||
"phosphorus", "sulfur", "carbon",
|
||||
"nitrogen", "water"
|
||||
)
|
||||
))
|
||||
|
||||
var/list/chem_t2_reagents = list(
|
||||
GLOBAL_LIST_INIT(chem_t2_reagents, list(
|
||||
"lithium", "copper", "mercury",
|
||||
"sodium", "iodine", "bromine"
|
||||
) // "sugar", "sacid" removed because they are already in roundstart plants
|
||||
)) // "sugar", "sacid" removed because they are already in roundstart plants
|
||||
|
||||
var/list/chem_t3_reagents = list(
|
||||
GLOBAL_LIST_INIT(chem_t3_reagents, list(
|
||||
"ethanol", "chlorine", "potassium",
|
||||
"aluminum", "radium", "fluorine",
|
||||
"iron", "fuel", "silver",
|
||||
"stable_plasma"
|
||||
)
|
||||
))
|
||||
|
||||
var/list/chem_t4_reagents = list(
|
||||
GLOBAL_LIST_INIT(chem_t4_reagents, list(
|
||||
"oil", "ash", "acetone",
|
||||
"saltpetre", "ammonia", "diethylamine"
|
||||
)
|
||||
))
|
||||
|
||||
/obj/item/seeds/sample
|
||||
name = "plant sample"
|
||||
|
||||
Reference in New Issue
Block a user