Skip to content

Commit

Permalink
fix: change symbol used for column in post office (#4044)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
0Monet authored Jan 2, 2024
1 parent 7936ced commit f5aaff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/mapgen/post_office.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gp____p____s+........2|g",
"gp____p____s+........#|g",
"gsssssssssss|&.......#|g",
"I||w|||||||||v.......#|g",
"8||w|||||||||v.......#|g",
"g|^IIIF|...&|......||||g",
"g|..c.......|.......XX|g",
"g|..........#........X|g",
Expand All @@ -36,7 +36,7 @@
"+": "t_door_glass_c",
"-": "t_wall_glass",
".": "t_floor",
"C": "t_column",
"8": "t_column",
"D": "t_door_locked",
"_": "t_pavement",
"'": "t_sidewalk",
Expand Down Expand Up @@ -178,7 +178,7 @@
"...d7d....ss.......d4d..",
"....d....ssss.......d...",
"........ssssss..........",
".......bsssIssb.........",
".......bsss8ssb.........",
"....d..bss7Sssb.....d...",
"...d4d..ssssss.....dtd..",
"....d....ssss.......d...",
Expand Down Expand Up @@ -206,7 +206,7 @@
"4": "t_tree_pine",
"7": "t_tree_apple",
"D": "t_door_c",
"I": "t_column",
"8": "t_column",
"S": "t_sidewalk",
"W": "t_window",
"a": "t_door_locked",
Expand Down

0 comments on commit f5aaff6

Please sign in to comment.