Skip to content

Commit

Permalink
fix vitamins in vitamins (#76075)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored Sep 1, 2024
1 parent bd98c1f commit 9360bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9360bf6

Please sign in to comment.