diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index e54d86c7b7..33d77b05c6 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -310,8 +310,7 @@ var/const/MAX_SAVE_SLOTS = 10 dat += "Xenomorph - " if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_COMMANDER) dat += "Commanding Officer - " - if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_SYNTHETIC) - dat += "Synthetic - " + dat += "Synthetic - " if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_PREDATOR) dat += "Yautja - " if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_MENTOR) @@ -495,15 +494,12 @@ var/const/MAX_SAVE_SLOTS = 10 else dat += "You do not have the whitelist for this role." if(MENU_SYNTHETIC) - if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_SYNTHETIC) - dat += "
" - dat += "

Synthetic Settings:

" - dat += "Synthetic Name: [synthetic_name]
" - dat += "Synthetic Type: [synthetic_type]
" - dat += "Synthetic Whitelist Status: [synth_status]
" - dat += "
" - else - dat += "You do not have the whitelist for this role." + dat += "
" + dat += "

Synthetic Settings:

" + dat += "Synthetic Name: [synthetic_name]
" + dat += "Synthetic Type: [synthetic_type]
" + dat += "Synthetic Whitelist Status: [synth_status]
" + dat += "
" if(MENU_YAUTJA) if(RoleAuthority.roles_whitelist[user.ckey] & WHITELIST_PREDATOR) dat += "
"