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:
parent
cd53ab1a34
commit
da7344d749
4 changed files with 44 additions and 17 deletions
|
|
@ -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.",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue