summaryrefslogtreecommitdiff
path: root/hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch
blob: 8579837c2c45e7cc033fcebc1270c155bee1e793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 637b6c242d7bd261ab61a2eb273a6be552aab1a2 Mon Sep 17 00:00:00 2001
From: Viss Valdyr <33199510+Lamandus@users.noreply.github.com>
Date: Thu, 21 Mar 2024 01:25:59 +0100
Subject: [PATCH] fix: negative calories when creating dry rice (#4373)

---
 data/json/items/comestibles/veggy_dishes.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/json/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json
index 88f6e8d97f0..b60fad08e43 100644
--- a/data/json/items/comestibles/veggy_dishes.json
+++ b/data/json/items/comestibles/veggy_dishes.json
@@ -302,7 +302,8 @@
     "milling": { "into": "flour", "conversion_rate": 3 },
     "charges": 3,
     "vitamins": [ [ "iron", 3 ] ],
-    "fun": -15
+    "fun": -15,
+    "flags": [ "NUTRIENT_OVERRIDE" ]
   },
   {
     "type": "COMESTIBLE",
-- 
2.43.0