Skip to content

Commit

Permalink
Merge pull request #45842 from jumjummju/PB&J-and-PB&H-fix
Browse files Browse the repository at this point in the history
Fix the enjoyment values of PB&J and PB&H compared to just the jam or honey sandwiches.
  • Loading branch information
ZhilkinSerg authored Dec 7, 2020
2 parents cccb439 + 016599a commit 4eaf714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/comestibles/sandwich.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"material": [ "fruit", "wheat" ],
"primary_material": "wheat",
"volume": "250 ml",
"fun": 15,
"fun": 6,
"vitamins": [ [ "vitC", 6 ], [ "calcium", 7 ], [ "iron", 12 ] ]
},
{
Expand Down Expand Up @@ -172,7 +172,7 @@
"material": [ "honey", "wheat" ],
"primary_material": "wheat",
"volume": "250 ml",
"fun": 10,
"fun": 6,
"vitamins": [ [ "calcium", 10 ], [ "iron", 24 ] ]
},
{
Expand Down Expand Up @@ -279,7 +279,7 @@
"material": [ "fruit", "wheat" ],
"primary_material": "wheat",
"volume": "250 ml",
"fun": 6,
"fun": 15,
"vitamins": [ [ "vitC", 3 ], [ "calcium", 7 ], [ "iron", 14 ] ]
},
{
Expand All @@ -300,7 +300,7 @@
"material": [ "wheat", "honey" ],
"primary_material": "wheat",
"volume": "250 ml",
"fun": 6,
"fun": 10,
"vitamins": [ [ "calcium", 8 ], [ "iron", 16 ] ]
},
{
Expand Down

0 comments on commit 4eaf714

Please sign in to comment.