summaryrefslogtreecommitdiff
path: root/hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch')
-rw-r--r--hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch b/hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch
deleted file mode 100644
index 8579837..0000000
--- a/hotfix-01_fix-negative-calories-when-creating-dry-rice-4373.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-