From 3e49694040a6d95a5c72f67f90cc74848a4d7c3e Mon Sep 17 00:00:00 2001 From: GalacticApple <87950676+GalacticApple@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:22:24 -0400 Subject: [PATCH] Picky Eater is mutually exclusive with Gourmand (#74837) * Update mutations.json Makes PICKYEATER and GOURMAND mutually exclusive * Update mutations.json --- data/json/mutations/mutations.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 483159ebe19ce..aecfa41aadc9f 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -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": [ @@ -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 }, {