From 9360bf67d37e81000a5baa632a9b0e241497a8c4 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Sun, 1 Sep 2024 05:05:01 -0700 Subject: [PATCH] fix vitamins in vitamins (#76075) --- data/json/items/comestibles/med.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/comestibles/med.json b/data/json/items/comestibles/med.json index 58df223accb56..75f1f682db72d 100644 --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json @@ -1796,7 +1796,7 @@ }, "//": "Yes, the vitamins are intentionally duplicated here. The consume/use/iteminfo UI needs them in use_action, but to actually pass on the vitamins they need to be in the comestible data, as below.", "//2": "TODO: Fix this...", - "vitamins": [ [ "calcium", 24, 48 ], [ "iron", 24, 48 ], [ "vitC", 24, 48 ] ] + "vitamins": [ [ "calcium", 36 ], [ "iron", 36 ], [ "vitC", 36 ] ] }, { "id": "calcium_tablet",