Skip to content

Commit

Permalink
Merge pull request CleverRaven#49306 from casswedson/restore-food
Browse files Browse the repository at this point in the history
Restore corn dogs and hot dogs in food vendor carts
  • Loading branch information
Rivet-the-Zombie authored Jun 15, 2021
2 parents be78312 + 88869fc commit 9a81a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Food/food.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@
{ "item": "hamburger", "count": [ 0, 3 ] },
{ "item": "sloppyjoe", "count": [ 0, 3 ] },
{ "item": "fries", "count": [ 0, 3 ] },
{ "item": "hotdogs_cooked", "count": [ 0, 3 ] },
{ "item": "corndogs_cooked", "count": [ 0, 3 ] },
{ "item": "bacon", "count": [ 0, 3 ] }
]
},
Expand Down

0 comments on commit 9a81a10

Please sign in to comment.