Skip to content

Commit

Permalink
Fix garage mapgen (CleverRaven#77584)
Browse files Browse the repository at this point in the history
* Fix the garage

* Fix the garage
  • Loading branch information
Milopetilo authored Nov 6, 2024
1 parent e3b9d98 commit 93c608c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/json/mapgen/garage.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
" EEEEEE EEEEEE ",
" eEEEEEE eEEEEEE,,,",
" ####======####======##,",
" #S.eM|MM|M...eMhMMhM.#,",
" #S..M|MM|M....MhMMhM.#,",
" #c..M|MM|M....MhMMhM.#,",
" #c..M|MM|M....MhMMhM.#,",
" #c..M|MMhM....MhMMhM.#,",
" #c..M|MMhM....MhMMhM.#,",
" #S.eMGMMGM...eMGMMGM.#,",
" #S..MGMMGM....MGMMGM.#,",
" #c..MGMMGM....MGMMGM.#,",
" #c..MGMMGM....MGMMGM.#,",
" #c..MGMMGM....MGMMGM.#,",
" #c..MGMMGM....MGMMGM.#,",
" #K..MMMMMMMMMMMMMMMM.#,",
" #m...................#,",
" #|||l...........HHHHH#,",
Expand Down Expand Up @@ -49,7 +49,7 @@
"W": "t_chainfence",
"^": "t_chaingate_c",
"M": "t_metal_floor",
"h": "t_grate",
"G": "t_grate",
"4": "t_gutter_downspout",
"<": "t_ladder_up"
},
Expand Down Expand Up @@ -252,12 +252,12 @@
" EEEEEE XXX ",
" eEEEEEEXXXXXXXXXXXXXX",
" ###======#####HHOHH###X",
" #.eMhMMhM..|y.......y#X",
" #..MhMMhM..|b........#X",
" :..MhMMhM..:b..||ddd|#X",
" :..MhMMhM..:b..|f.h.y#X",
" A..MhMMhM..:b..|||.||#X",
" #..MhMMhM..+...+...hd#X",
" #.eMGMMGM..|y.......y#X",
" #..MGMMGM..|b........#X",
" :..MGMMGM..:b..||ddd|#X",
" :..MGMMGM..:b..|f.h.y#X",
" A..MGMMGM..:b..|||.||#X",
" #..MGMMGM..+...+...hd#X",
" #..MMMMMM..||+||f6ddd#X",
" #m.........|&.s||||||#X",
" #|||....||||||||LLLLL#X",
Expand Down Expand Up @@ -289,7 +289,7 @@
"W": "t_chainfence",
"^": "t_chaingate_c",
"M": "t_metal_floor",
"h": "t_grate",
"G": "t_grate",
"4": "t_gutter_downspout",
"<": "t_stairs_up"
},
Expand Down

0 comments on commit 93c608c

Please sign in to comment.