Skip to content

Commit

Permalink
Picky Eater is mutually exclusive with Gourmand (CleverRaven#74837)
Browse files Browse the repository at this point in the history
* Update mutations.json

Makes PICKYEATER and GOURMAND mutually exclusive

* Update mutations.json
  • Loading branch information
GalacticApple authored Jun 29, 2024
1 parent 40ad1ea commit 3e49694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@
"vitamin_cost": 160,
"description": "You eat faster, and can eat and drink more, than anyone else! You also enjoy food more; delicious food is better for your morale, and you don't mind unsavory meals as much. Activate to skip prompt for overeating.",
"category": [ "MOUSE", "LUPINE" ],
"cancels": [ "PICKYEATER" ],
"starting_trait": true,
"active": true,
"enchantments": [
Expand Down Expand Up @@ -10102,6 +10103,7 @@
"vitamin_cost": 60,
"description": "You're a very picky eater. You refuse to eat any food that tastes bad unless you're starving.",
"category": [ "ALPHA" ],
"cancels": [ "GOURMAND" ],
"starting_trait": true
},
{
Expand Down

0 comments on commit 3e49694

Please sign in to comment.