A while ago, several traits were removed from the game. However, some data related to these traits still exists in the code.
For patrols, this:
Removes removed traits from stat_trait outcomes ("empathetic", "inquisitive", "patient", "altruistic")
Removes "None" stat_trait since it's the same as not having a stat_trait at all
Removes kit traits from stat_trait outcomes because kits can't go on patrol ("quiet", "noisy", "bossy", "charming", "impulsive")
Corrects a few stat_trait typos
Why This Is Good For ClanGen
Makes it easier to validate against actual issues (like trait name typos) in the future. Also may prevent devs from seeing deleted traits in old patrols and thinking they're still used.
About The Pull Request
A while ago, several traits were removed from the game. However, some data related to these traits still exists in the code.
For patrols, this:
Why This Is Good For ClanGen
Makes it easier to validate against actual issues (like trait name typos) in the future. Also may prevent devs from seeing deleted traits in old patrols and thinking they're still used.