Skip to content

Commit

Permalink
Merge pull request #68469 from casswedson/fix-roof-toilets
Browse files Browse the repository at this point in the history
fix: toilet stools in the bookstore roof
  • Loading branch information
Maleclypse authored Oct 2, 2023
2 parents 76e1e05 + 81dafb0 commit a59b361
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/json/mapgen/s_bookstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,13 @@
" -.....&4##OO##...PP- ",
" -................HH- ",
" -.....HH....HH.....- ",
" -PT...PP....PP...TP- ",
" -PT...HH....HH...TP- ",
" -PT..............TP- ",
" -PT..............TP- ",
" -PT...HH....HH...TP- ",
" -PT...PP....PP...TP- ",
" -PT...HH....HH...TP- ",
" -Pl...PP....PP...lP- ",
" -Pl...HH....HH...lP- ",
" -Pl..............lP- ",
" -Pl..............lP- ",
" -Pl...HH....HH...lP- ",
" -Pl...PP....PP...lP- ",
" -Pl...HH....HH...lP- ",
" -..................- ",
" -------------------- ",
" ",
Expand All @@ -324,7 +324,7 @@
"terrain": {
".": "t_tile_flat_roof",
"H": "t_tile_flat_roof",
"T": "t_tile_flat_roof",
"l": "t_tile_flat_roof",
"P": "t_tile_flat_roof",
"&": "t_tile_flat_roof",
"-": "t_glass_railing",
Expand All @@ -339,7 +339,7 @@
"S": "f_sink",
"F": "f_glass_fridge",
"H": "f_bench",
"T": "f_stool",
"l": "f_stool",
"P": "f_table"
},
"items": {
Expand Down

0 comments on commit a59b361

Please sign in to comment.