DogFoodIsntThatBad/media/lua/shared/Translate/EN/UI_EN.txt
Nettika da7344d749 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
2025-10-11 19:57:08 -07:00

4 lines
144 B
Text

UI_EN = {
UI_trait_NotAPickyEater = "Not a Picky Eater",
UI_trait_NotAPickyEater_description = "No foods make you unhappy or bored.",
}