mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-18 11:12:26 +01:00
cosmetic parts addition
This commit is contained in:
@@ -102,6 +102,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
//HS13
|
||||
var/body_size = 100 //Body Size in percent
|
||||
var/can_get_preg = 0 //if they can get preggers
|
||||
var/list/cosmetic_parts = list(
|
||||
BODY_ZONE_L_ARM
|
||||
)
|
||||
|
||||
//HS13 jobs
|
||||
var/sillyroles = FALSE //for clown and mime
|
||||
@@ -196,7 +199,13 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
"flavor_text" = "",
|
||||
"silicon_flavor_text" = "",
|
||||
"ooc_text" = "",
|
||||
"front_genitals_over_hair" = FALSE
|
||||
"front_genitals_over_hair" = FALSE,
|
||||
"cosmetic_head" = "default",
|
||||
"cosmetic_chest" = "default",
|
||||
"cosmetic_l_arm" = "default",
|
||||
"cosmetic_r_arm" = "default",
|
||||
"cosmetic_l_leg" = "default",
|
||||
"cosmetic_r_leg" = "default"
|
||||
)
|
||||
|
||||
/// Security record note section
|
||||
|
||||
@@ -576,6 +576,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
all_quirks -= V
|
||||
|
||||
cit_character_pref_load(S)
|
||||
hyper_character_pref_load(S)
|
||||
|
||||
return 1
|
||||
|
||||
@@ -671,6 +672,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
WRITE_FILE(S["all_quirks"] , all_quirks)
|
||||
|
||||
cit_character_pref_save(S)
|
||||
hyper_character_pref_save(S)
|
||||
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user