mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
@@ -60,9 +60,9 @@ GLOBAL_LIST_EMPTY(mod_link_ids)
|
||||
GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/atmospherics/supermatter_crystal)
|
||||
|
||||
///Global list for descriptors
|
||||
GLOBAL_LIST_INIT(character_physiques, list("rail thin", "thin", "average", "well-built", "muscular", "overweight"))
|
||||
GLOBAL_LIST_INIT(character_physiques, list("emaciated", "rail thin", "thin", "gaunt", "lanky", "scrawny", "average", "lean", "toned", "well-built", "muscular", "chiseled", "shredded", "chubby", "overweight"))
|
||||
|
||||
GLOBAL_LIST_INIT(character_heights, list("very short", "short", "average height", "tall", "very tall"))
|
||||
GLOBAL_LIST_INIT(character_heights, list("miniscule", "very short", "short", "average height", "tall", "very tall", "humongous"))
|
||||
|
||||
#define GLOBAL_SPARK_LIMIT 500
|
||||
/// Counter for the current amount of sparks
|
||||
|
||||
Reference in New Issue
Block a user