Implement "Not A Picky Eater" trait functionality

- Rename "Unpicky Eater" to "Not a Picky Eater"
- Wrap around the `ISEatFoodAction:perform` and `ISToolTipInv:render`
methods, adjusting unhappiness and boredom increase if the trait is
present.
- Reorganize files
This commit is contained in:
Nettika 2023-04-29 11:13:55 -07:00
parent cd53ab1a34
commit da7344d749
4 changed files with 44 additions and 17 deletions

View file

@ -1,4 +1,4 @@
UI_EN = {
UI_trait_UnpickyEater = "Unpicky Eater",
UI_trait_UnpickyEater_description = "Eating never increases unhappiness or boredom.",
UI_trait_NotAPickyEater = "Not a Picky Eater",
UI_trait_NotAPickyEater_description = "No foods make you unhappy or bored.",
}