Skip to content

Commit

Permalink
Merge pull request #78341 from Milopetilo/post-office-letters-outside
Browse files Browse the repository at this point in the history
Stop letters spawning outside post office
  • Loading branch information
Night-Pryanik authored Dec 9, 2024
2 parents 86fcd36 + c34bc97 commit b12d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/post_office.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"5": "f_bench",
"/": "f_flagpole"
},
"item": { "#": { "item": "greeting_card", "repeat": [ 10, 30 ] }, "/": { "item": "american_flag" } },
"item": { "e": { "item": "greeting_card", "repeat": [ 10, 30 ] }, "/": { "item": "american_flag" } },
"items": {
"l": [ { "item": "clothing_outdoor_torso", "chance": 50 }, { "item": "bags", "chance": 50 } ],
"X": [ { "item": "antique", "chance": 50 }, { "item": "art", "chance": 50 }, { "item": "jewelry_safe", "chance": 10 } ],
Expand Down

0 comments on commit b12d4f4

Please sign in to comment.