From 6c59b03ce0635f3c90e4e70aa84dc954501fff87 Mon Sep 17 00:00:00 2001 From: Zattarra Date: Mon, 31 Jul 2023 11:06:20 -0700 Subject: [PATCH] Changes the rest of the code to not use the extra var 'stomptext' --- code/modules/client/preferences.dm | 5 ----- modular_splurt/code/modules/client/preferences.dm | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 8e93b2194b..2e919d8d92 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -3514,11 +3514,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) if("No") unholypref = "Yes" if("stomppref") // What the fuck is this? - switch(stomppref) - if(TRUE) - stomptext = "No" - if(FALSE) - stomptext = "Yes" stomppref = !stomppref //Skyrat edit - *someone* offered me actual money for this shit if("extremepref") //i hate myself for doing this diff --git a/modular_splurt/code/modules/client/preferences.dm b/modular_splurt/code/modules/client/preferences.dm index 230822467f..e333032c7f 100644 --- a/modular_splurt/code/modules/client/preferences.dm +++ b/modular_splurt/code/modules/client/preferences.dm @@ -7,7 +7,6 @@ max_save_slots = DEFAULT_SAVE_SLOTS var/unholypref = "No" //Goin 2 hell fo dis one var/stomppref = FALSE // Please step on me. - var/stomptext = "No" // For displaying the pref. var/list/gfluid_blacklist = list() //Stuff you don't want people to cum into you var/new_character_creator = TRUE // old/new character creator var/show_in_directory = 1 //Show in Character Directory @@ -1059,7 +1058,7 @@ dat += "? " dat += "Unholy ERP verbs : [unholypref]
" //https://www.youtube.com/watch?v=OHKARc-GObU dat += "? " - dat += "Stomping Interactions : [stomppref]
" + dat += "Stomping Interactions : [stomppref ? "Yes" : "No"]
" //END OF SPLURT EDIT //SKYRAT EDIT dat += "? "