diff --git a/code/modules/client/preference_setup/preference_setup.dm b/code/modules/client/preference_setup/preference_setup.dm index f72ff0645c0..63e3fc266dc 100644 --- a/code/modules/client/preference_setup/preference_setup.dm +++ b/code/modules/client/preference_setup/preference_setup.dm @@ -264,11 +264,11 @@ if(!is_FBP()) return 0 // Not a robot. switch(pref.organ_data["brain"]) - if("assisted") + if("cybernetic") return PREF_FBP_CYBORG - if("mechanical") + if("positronic") return PREF_FBP_POSI - if("digital") + if("drone") return PREF_FBP_SOFTWARE return 0 //Something went wrong!