Skip to content

Commit

Permalink
Fix large amount of toilet water spawning in washrooms (#56736)
Browse files Browse the repository at this point in the history
  • Loading branch information
haveric authored Apr 11, 2022
1 parent daadb7a commit 5c23311
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/json/mapgen/roadstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
".....##############.....",
".t.t.#A 37##73 A#.t.t.",
".....#A ###### A#.....",
".t.t.#A 39##73 A#.t.t.",
".t.t.#A 37##73 A#.t.t.",
".....#A ###### A#.....",
".t.t.# 37##93 #.t.t.",
".t.t.# 37##73 #.t.t.",
".....# ########## #.....",
".t.t.# #### #.t.t.",
".....####3#88#3####.....",
Expand All @@ -131,20 +131,19 @@
"6": "t_floor",
"7": "t_floor",
"8": "t_dirt",
"9": "t_floor",
"A": "t_floor",
"S": "t_sidewalk",
"i": "t_dirt",
"o": "t_dirt",
"t": "t_tree"
},
"furniture": { "6": "f_table", "7": "f_toilet", "8": "f_trashcan", "9": "f_toilet", "A": "f_sink", "i": "f_sign", "o": "f_crate_c" },
"furniture": { "6": "f_table", "7": "f_toilet", "8": "f_trashcan", "A": "f_sink", "i": "f_sign", "o": "f_crate_c" },
"signs": {
"i": {
"signage": "This was once an information map for the <city> area, but it has long since eroded beyond usefulness. There are small holders for tourist maps attached."
}
},
"toilets": { "7": { }, "9": { "amount": 500 } },
"toilets": { "7": { } },
"place_items": [
{ "item": "trash", "x": [ 11, 12 ], "y": 14, "chance": 80 },
{ "item": "trash", "x": [ 6, 18 ], "y": [ 8, 15 ], "chance": 60 },
Expand Down

0 comments on commit 5c23311

Please sign in to comment.