diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index c6ca621a41..3464132c99 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -458,27 +458,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Ghosts of Others: [button_name]
" -<<<<<<< HEAD -======= - dat += "FPS: [clientfps]
" - - dat += "Parallax (Fancy Space): " - switch (parallax) - if (PARALLAX_LOW) - dat += "Low" - if (PARALLAX_MED) - dat += "Medium" - if (PARALLAX_INSANE) - dat += "Insane" - if (PARALLAX_DISABLE) - dat += "Disabled" - else - dat += "High" - dat += "
" - - dat += "Ambient Occlusion: [ambientocclusion ? "Enabled" : "Disabled"]
" - ->>>>>>> cdf36c2... adds ambient occlusion as a client preference (#37406) if (CONFIG_GET(flag/maprotation)) var/p_map = preferred_map if (!p_map) @@ -513,6 +492,8 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "High" dat += "
" + dat += "Ambient Occlusion: [ambientocclusion ? "Enabled" : "Disabled"]
" + dat += "" dat += "

Special Role Settings

" @@ -1673,4 +1654,4 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(icon_updates) character.update_body() character.update_hair() - character.update_body_parts() \ No newline at end of file + character.update_body_parts()