Skip to content

Commit

Permalink
Merge pull request #78029 from Milopetilo/refugee-center-roof-fixes
Browse files Browse the repository at this point in the history
Stop spawning boilers in walls on refugee center roof
  • Loading branch information
Anton Burmistrov authored Nov 21, 2024
2 parents 67eba85 + 243a6a9 commit 39344dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/mapgen/refugee_center/z1_refugee_center.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
" -.............................................- ",
" -.............................................- ",
" -.............................................- ",
" -..........WWWWW.......&.......WWWWW..........- ",
" -..........W_l_W...............W_l_W..........- ",
" -..........W>__W...............W__>W..........- ",
" -..........WW+WW...............WW+WW..........- ",
" -..........|||||.......&.......|||||..........- ",
" -..........|_l_|...............|_l_|..........- ",
" -..........|>__|...............|__>|..........- ",
" -..........||+||...............||+||..........- ",
" -.............................................- ",
" -......................Я......................- ",
" -.............................................- ",
Expand All @@ -69,7 +69,7 @@
" 5-.............................................-5 "
],
"palettes": [ "roof_palette" ],
"terrain": { "W": "t_brick_wall", "_": "t_thconc_floor", "l": "t_thconc_floor_olight", "+": "t_door_metal_locked" }
"terrain": { "|": "t_brick_wall", "_": "t_thconc_floor", "l": "t_thconc_floor_olight", "+": "t_door_metal_locked" }
}
},
{
Expand Down

0 comments on commit 39344dc

Please sign in to comment.