Skip to content

Commit

Permalink
Merge pull request #77783 from Milopetilo/mapgen-fix
Browse files Browse the repository at this point in the history
Make petstore have walls again
  • Loading branch information
Maleclypse authored Nov 13, 2024
2 parents b007301 + 7b6e05a commit 4195527
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/mapgen/petstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"rows": [
"...........2rrrrrrrrrrr2",
".###6666###2rrryrrryrrr2",
".##4 #2rrryrrryrrr2",
".#'4 #2rrryrrryrrr2",
".#|| CC I62rrryrrryrrr2",
".##4 CC I62rrryrrryrrr2",
".#'4 CC I62rrryrrryrrr2",
".#|| CC I62rrryrrryrrr2",
".##4 #2yyyyyyyyyyy2",
".#'4 #2yyyyyyyyyyy2",
".#|| ||#2222222222222",
".##4 4##2222222222222",
".#'4 4'#2222222222222",
".#||| |||#######gg##...",
".# CCC6 oo #...",
".# A A A 6 oo #...",
Expand All @@ -27,15 +27,15 @@
".# K K L ###.",
".# CC CC AA#.",
".#+||+|| #.",
".#-B|#G| KAAAAAAAAAAA#.",
".#-B|'G| KAAAAAAAAAAA#.",
".#######+##############.",
"......~~~~~UU~UU~~......",
"......~~~~~~~~~~~~......"
],
"palettes": [ "parametrized_carpets_palette", "parametrized_walls_palette" ],
"terrain": {
" ": "t_floor",
"#": "t_thconc_floor",
"'": "t_thconc_floor",
"G": "t_thconc_floor",
"-": "t_linoleum_white",
"B": "t_linoleum_white",
Expand Down

0 comments on commit 4195527

Please sign in to comment.