Skip to content

Commit

Permalink
fix: negative calories when creating dry rice (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus authored Mar 21, 2024
1 parent 14751c7 commit 637b6c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@
"milling": { "into": "flour", "conversion_rate": 3 },
"charges": 3,
"vitamins": [ [ "iron", 3 ] ],
"fun": -15
"fun": -15,
"flags": [ "NUTRIENT_OVERRIDE" ]
},
{
"type": "COMESTIBLE",
Expand Down

0 comments on commit 637b6c2

Please sign in to comment.