From cfcdefb86b5e15cc970c8299af29e67599234e4d Mon Sep 17 00:00:00 2001 From: anoobindisguise <56016372+anoobindisguise@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:55:00 -0800 Subject: [PATCH] Make gourmand work as advertised (#55083) Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Co-authored-by: Binrui Dong --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index dd737ca4bd959..ece04ba9377f6 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -632,7 +632,7 @@ "id": "GOURMAND", "name": { "str": "Gourmand" }, "points": 2, - "consume_time_modifier": 1.25, + "consume_time_modifier": 0.75, "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" ], "starting_trait": true,