Skip to content

Commit

Permalink
fix find and replace error (#36898)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-Erk committed Jan 10, 2020
1 parent 397d11e commit f87dadc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/mapgen/park.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,13 @@
{ "chance": 10, "item": "child_items", "x": 7, "y": 18 },
{ "chance": 3, "item": "creepy", "x": 22, "y": 21 },
{ "chance": 10, "item": "trash_forest", "x": 10, "y": 23 },
{ "chance": 500, "item": "trash_forest", "x": 18, "y": 22 },
{ "chance": 20, "item": "trash_forest", "x": 18, "y": 22 },
{ "chance": 10, "item": "trash_forest", "x": 2, "y": 22 },
{ "chance": 10, "item": "trash_forest", "x": 22, "y": 19 },
{ "chance": 10, "item": "magazines", "x": 17, "y": 10 },
{ "chance": 500, "item": "barbecue", "x": 18, "y": 12 },
{ "chance": 500, "item": "barbecue", "x": 8, "y": 12 },
{ "chance": 500, "item": "barbecue", "x": 5, "y": 12 },
{ "chance": 20, "item": "barbecue", "x": 18, "y": 12 },
{ "chance": 20, "item": "barbecue", "x": 8, "y": 12 },
{ "chance": 20, "item": "barbecue", "x": 5, "y": 12 },
{ "chance": 10, "item": "sports", "x": 11, "y": 16 },
{ "chance": 10, "item": "field", "x": 2, "y": 16 },
{ "chance": 10, "item": "field", "x": 1, "y": 13 }
Expand Down

0 comments on commit f87dadc

Please sign in to comment.