Skip to content

Commit

Permalink
Merge pull request cataclysmbnteam#5911 from 0Monet/remove-flying-fla…
Browse files Browse the repository at this point in the history
…t-roofs-in-glassblower-craft_shop

fix: remove flying flat roofs in the glassblower craft shop
  • Loading branch information
RoyalFox2140 authored Jan 9, 2025
2 parents de0c0f8 + 40b372c commit 58251ec
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions data/json/mapgen/Glassblower.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@
" ",
" ",
" ****%%v%%v%%% ",
" *y_h%ssscY_Fv ",
" *y__+__scY_ev4 ",
" *yh_%______Sv ",
" *y,h%ssscY_Fv ",
" *y,,+__scY_ev4 ",
" *yh,%______Sv ",
" ****%_wwwKww% ",
" %_+_w__@% ",
" %>wTwDt@% ",
Expand All @@ -181,7 +181,10 @@
"=": "t_flat_roof",
"&": "t_flat_roof",
"A": "t_flat_roof",
">": "t_stairs_down"
">": "t_stairs_down",
",": "t_floor_noroof",
"h": "t_floor_noroof",
"y": "t_floor_noroof"
},
"furniture": { "@": "f_bed", "K": "f_beaded_door", "h": "f_camp_chair", "D": "f_dresser" },
"items": {
Expand Down Expand Up @@ -217,17 +220,16 @@
" ",
" ",
" --------- ",
" BBB-.......- ",
" BBB-..:....5 ",
" BBB-.......- ",
" -.......- ",
" -..:....5 ",
" -.......- ",
" -....&..- ",
" -.......- ",
" -.......- ",
" --------- ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { "B": "t_open_air_rooved" }
"palettes": [ "roof_palette" ]
}
}
]

0 comments on commit 58251ec

Please sign in to comment.