diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index aa4a1b19ca..771ebe4155 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -228,7 +228,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "
" switch(current_tab) - if (0) // Character Settings# + if (0) // Character Settings if(path) var/savefile/S = new /savefile(path) if(S) @@ -279,14 +279,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) // dat += "Size: [character_size]
" dat += "
" - dat += "

Body

" - dat += "Random Body " - dat += "Always Random Body: [be_random_body ? "Yes" : "No"]
" - - dat += "
" - - dat += "Species:
[pref_species.name]
" - dat += "Underwear:
[underwear]
" dat += "Undershirt:
[undershirt]
" dat += "Socks:
[socks]
"