diff --git a/code/_globalvars/misc_globals.dm b/code/_globalvars/misc_globals.dm index 43c20f59d4c..7e81fdcf45f 100644 --- a/code/_globalvars/misc_globals.dm +++ b/code/_globalvars/misc_globals.dm @@ -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