Skip to content

Commit

Permalink
Fix freezers on pizza_parlor.json (cataclysmbnteam#2731)
Browse files Browse the repository at this point in the history
There were some freezers in the same place where fences were loaded, this may fix that.
  • Loading branch information
Xindage authored Apr 29, 2023
1 parent a48a1f8 commit 0222563
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/json/mapgen/pizza_parlor.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"-||||||||||||||- ",
"-FwlwL-P#######-4 Y",
"-Flwlw#..U.U.U.g ",
"-fwlwl@........g ",
"-Zwlwl@........g ",
"-#lwlw#........g ",
"-#wlwl{........g ",
"-Olwlw{........g ",
Expand All @@ -21,7 +21,7 @@
"-wlwlw#....BB..g ",
"-lwlwl#....TT..g ",
"-##f###....BB..- Y",
"-.............P-rfrrrrrR",
"-.............P-r rrrrrR",
"-..............-cccccccR",
"-C.....BB..BB..gccccBccR",
"-C.....TT..TT..gcccBTBcR",
Expand All @@ -31,7 +31,7 @@
"-sll-..BB..BB..gcccBTBcR",
"-lll-..TT..TT..gccccBccR",
"-tll-..BB..BB.PgcccccccR",
"-||||||||||||||-rfrrrrrR"
"-||||||||||||||-r rrrrrR"
],
"set": [
{ "line": "terrain", "id": "t_concrete", "x": 20, "x2": 20, "y": 15, "y2": 17 },
Expand All @@ -52,9 +52,10 @@
"G": "t_door_glass_c",
"L": "t_linoleum_white",
"O": "t_linoleum_white",
"Z": "t_linoleum_gray",
"R": "t_railing_v",
"c": "t_concrete",
"f": "t_fencegate_c",
"f": "t_linoleum_white",
"g": "t_wall_glass",
"l": "t_linoleum_gray",
"r": "t_railing_h",
Expand All @@ -70,7 +71,8 @@
"#": "f_counter",
"B": "f_bench",
"C": "f_trashcan",
"f": "f_freezer",
"Z": "f_freezer",
"f": "f_counter_gate_c",
"F": "f_fridge",
"H": "f_chair",
"L": "f_locker",
Expand Down

0 comments on commit 0222563

Please sign in to comment.