From 4cd3b97bc9e175f4f57500edd01d79911e10b1b8 Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Sun, 11 Apr 2021 06:13:12 -0400 Subject: [PATCH] Update 07_traits.dm --- code/modules/client/preference_setup/vore/07_traits.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/vore/07_traits.dm b/code/modules/client/preference_setup/vore/07_traits.dm index fdac138e4f..a515c3c4c7 100644 --- a/code/modules/client/preference_setup/vore/07_traits.dm +++ b/code/modules/client/preference_setup/vore/07_traits.dm @@ -227,7 +227,7 @@ var/datum/trait/trait = text2path(href_list["clicked_pos_trait"]) var/choice = alert("Remove [initial(trait.name)] and regain [initial(trait.cost)] points?","Remove Trait","Remove","Cancel") if(choice == "Remove") - if(traitpath == /datum/trait/linguist) //CHOMPEdit + if(traitpath == /datum/trait/positive/linguist) //CHOMPEdit pref.num_languages = 0 //CHOMPEdit pref.pos_traits -= trait return TOPIC_REFRESH @@ -367,7 +367,7 @@ alert("You cannot take this trait and [conflict] at the same time. \ Please remove that trait, or pick another trait to add.","Error") return TOPIC_REFRESH - if(path==/datum/trait/linguist) //CHOMPEdit + if(path==/datum/trait/positive/linguist) //CHOMPEdit pref.num_languages = 12 //CHOMPEdit mylist += path return TOPIC_REFRESH