[MIRROR] Kitchen Sink P2 TGUI Prefs (#10770)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 23:50:26 +02:00
committed by GitHub
co-authored by Cameron Lennox Kashargul
parent 77b972fed3
commit ca9de6648e
48 changed files with 222 additions and 816 deletions
@@ -115,7 +115,6 @@
target.ooc_notes_dislikes = value
return
// CHOMP specific, but added here not to forget
/datum/preference/toggle/living/ooc_notes_style
category = PREFERENCE_CATEGORY_MANUALLY_RENDERED
savefile_key = "OOC_Notes_System"
@@ -124,7 +123,7 @@
can_randomize = FALSE
/datum/preference/toggle/living/ooc_notes_style/apply_to_living(mob/living/target, value)
target.ooc_notes_style = value // CHOMPEnable
target.ooc_notes_style = value
return
/datum/preference/text/living/ooc_notes_maybes
@@ -135,7 +134,7 @@
can_randomize = FALSE
/datum/preference/text/living/ooc_notes_maybes/apply_to_living(mob/living/target, value)
target.ooc_notes_maybes = value // CHOMPEnable
target.ooc_notes_maybes = value
return
/datum/preference/text/living/ooc_notes_favs
@@ -146,7 +145,7 @@
can_randomize = FALSE
/datum/preference/text/living/ooc_notes_favs/apply_to_living(mob/living/target, value)
target.ooc_notes_favs = value // CHOMPEnable
target.ooc_notes_favs = value
return
/datum/preference/toggle/human/name_is_always_random
@@ -106,3 +106,13 @@
/datum/preference/text/lastchangelog/is_accessible(datum/preferences/preferences)
..()
return FALSE
/datum/preference/toggle/random_emote_pitch
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "EMOTE_VARY"
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/autotranscore
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "AUTOTRANSCORE"
savefile_identifier = PREFERENCE_PLAYER