LOCAL SUNE PORTS... OH GOD WHAT HAPPENED

That feel when you're in the 'Oh, well while I'm here...' mindset.
This commit is contained in:
Poojawa
2018-03-18 09:02:13 -05:00
parent 02c3f6d0a0
commit 796e22beac
91 changed files with 1477 additions and 1102 deletions
@@ -1,4 +1,8 @@
/datum/preferences/proc/cit_character_pref_load(savefile/S)
//ipcs
S["feature_ipc_screen"] >> features["ipc_screen"]
features["ipc_screen"] = sanitize_inlist(features["ipc_screen"], GLOB.ipc_screens_list)
//Citadel
features["flavor_text"] = sanitize_text(features["flavor_text"], initial(features["flavor_text"]))
if(!features["mcolor2"] || features["mcolor"] == "#000")
@@ -21,6 +25,8 @@
gear_points -= initial(path.cost)
/datum/preferences/proc/cit_character_pref_save(savefile/S)
//ipcs
WRITE_FILE(S["feature_ipc_screen"], features["ipc_screen"])
//Citadel
WRITE_FILE(S["feature_genitals_use_skintone"], features["genitals_use_skintone"])
WRITE_FILE(S["feature_exhibitionist"], features["exhibitionist"])