diff --git a/code/modules/client/preference_setup/vore/07_traits.dm b/code/modules/client/preference_setup/vore/07_traits.dm index f9f6e87926..6cc380d625 100644 --- a/code/modules/client/preference_setup/vore/07_traits.dm +++ b/code/modules/client/preference_setup/vore/07_traits.dm @@ -235,7 +235,7 @@ var/choice = tgui_alert(usr, "Remove [initial(trait.name)] and regain [initial(trait.cost)] points?","Remove Trait",list("Remove","Cancel")) if(choice == "Remove") if(traitpath == /datum/trait/positive/linguist) //CHOMPEdit - pref.num_languages = 0 //CHOMPEdit + pref.num_languages = null //CHOMPEdit pref.pos_traits -= trait return TOPIC_REFRESH