Skip to content

Commit

Permalink
fix: floor under counters in Luna park (#4020)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
0Monet authored Dec 30, 2023
1 parent af33255 commit eb5b033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/mapgen/miniature_railway/miniature_railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@
"L": [ "t_sandbox" ],
"M": [ "t_monkey_bars" ],
"#": [ "t_slide" ],
"*": [ "t_railroad_track_small" ]
"*": [ "t_railroad_track_small" ],
"C": "t_floor"
},
"furniture": { "b": [ "f_bench" ], "B": [ "f_birdbath" ], "C": [ "f_counter" ] },
"monsters": { "u": { "monster": "GROUP_SCHOOL", "chance": 1, "density": 0.001 } },
Expand Down

0 comments on commit eb5b033

Please sign in to comment.