Fix being able to select synth-blacklisted traits

This commit is contained in:
r4d6
2020-10-21 13:37:18 -04:00
parent b577767df5
commit f27f770c30
2 changed files with 3 additions and 3 deletions
@@ -264,7 +264,7 @@
if(pref.dirty_synth && instance.not_for_synths)//if you are a synth you can't take this trait.
alert("You cannot take this trait as a SYNTH.\
Please remove that trait, or pick another trait to add.","Error")
pref.dirty_synth = 0 //Just to be sure
//pref.dirty_synth = 0 //Just to be sure // Commented out CHOMP Edit
return TOPIC_REFRESH