Skip to content

Commit 532d4e4

Browse files
authored
Fix golf counters & laundromat items (#80742)
2 parents ee5fe8a + 6862f09 commit 532d4e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/json/mapgen/golfcourse.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"│44_...._44_...._44ww444_.gGg.__44_.ggg..........vvvv44_____444_....._4│ss|,{{,{{,{{,,,,,,{{,|ss",
4242
"│44_...._44_...._44ww444_.ggg.__44_.gGg..........vvvv_4_..._444_....._4│ss|,{{,{{,{{,,,,,,{{,|ss",
4343
"│4_....._44_...._44ww444_.....__44_.ggg..........vvvvdddggg_44__....._4│ss|,,,,,,,,,,,,,,,,,,|ss",
44-
"│4_....._44_...._44www44_....._444_..............vvvvdddgGg_44__....._4│ss|,===,=========,,,D|ss",
45-
"│4_....._44_...._44www44_....._4444_dd_______________P4_ggg_44__....__4│ss|,,,=,=========,,,r|ss",
46-
"│4ooo.__44__...._44www44_....._44444dd&4444444444444444_..._444_....__4│ss|,a,=,=========,,,F|ss",
47-
"│4oooo._44_....._44www44_....._44444ddP4444444444444444_..._444_....._4│ss|ttt=,=========,,,,|ss",
44+
"│4_....._44_...._44www44_....._444_..............vvvvdddgGg_44__....._4│ss|,CCC,=========,,,D|ss",
45+
"│4_....._44_...._44www44_....._4444_dd_______________P4_ggg_44__....__4│ss|,,,C,=========,,,r|ss",
46+
"│4ooo.__44__...._44www44_....._44444dd&4444444444444444_..._444_....__4│ss|,a,C,=========,,,F|ss",
47+
"│4oooo._44_....._44www44_....._44444ddP4444444444444444_..._444_....._4│ss|tttC,=========,,,,|ss",
4848
"│4ooooo._4_....._444ww44_....._444__dd_444_____44444&44_..._444_....._4│ss|||||,=========,{{,|ss",
4949
"│4oooo.._4_....__444ww44_....._444_vvvv_4_.ggg_44____44_..._444_....._4│ss| +,,,,,,,,,,,{{,|ss",
5050
"│44oo..._4_....__444ww44_....._444_vvvv_4_.gGg_4Pvvvv44_..._444__...._4│ss|T S|p,aaaa,,,,,,,p|ss",

data/json/mapgen/laundromat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"b": { "item": "magazines", "chance": 30, "repeat": [ 1, 2 ] },
213213
"}": { "item": "novels", "chance": 30, "repeat": [ 1, 2 ] },
214214
"%": { "item": "SUS_trash_trashcan_public", "chance": 80 },
215-
"#": { "item": "behindcounter", "chance": 20 },
215+
"a": { "item": "behindcounter", "chance": 20 },
216216
"T": { "item": "SUS_toilet", "chance": 50 }
217217
},
218218
"place_vehicles": [

0 commit comments

Comments
 (0)