Skip to content

Commit

Permalink
fix: chair symbol in house_fence01 (#4314)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
0Monet authored Mar 8, 2024
1 parent c8d4601 commit 7f49f99
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/json/mapgen/house/house_fence01.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"}..|$$$$$|.............}",
"}..|$$$$$|.............}",
"}..|$$$$$|---.......[..}",
"}..|$$$$$|---0000......}",
"}..|$$$$$|---!!!!......}",
"}..|$$$$$|o*o|||||o||..}",
"}..|U$qqq(L ii(T©©@|..}",
"}..|(+((((y +©©©@|..}",
Expand All @@ -144,7 +144,7 @@
"}..|Y A +©DRR|..}",
"}..o (((+(((©©©©|..}",
"}..o h(88)(II©©©©o..}",
"}..|y hff()))(k©©©@@|..}",
"}..|y hff()))(0©©©@@|..}",
"}..|y hff(tS9(©©d¤@@|..}",
"}..||*oo|||o||||||o||..}",
"}..~~~~₸K₸~~~*>|^......}",
Expand Down Expand Up @@ -172,7 +172,6 @@
"q": "t_thconc_floor",
"U": "t_thconc_floor",
"(": "t_wall_r",
"0": "t_region_groundcover_urban",
"~": "t_floor_noroof",
"₸": "t_floor_noroof",
"K": "t_floor_noroof",
Expand All @@ -181,13 +180,13 @@
"D": "t_carpet_yellow",
"&": "t_carpet_yellow",
"d": "t_carpet_yellow",
"k": "t_carpet_yellow",
"0": "t_carpet_yellow",
"I": "t_carpet_yellow",
"R": "t_carpet_yellow",
"]": "t_carpet_yellow",
"T": "t_carpet_yellow"
},
"furniture": { "k": "f_chair", "0": "f_region_flower" },
"furniture": { "0": "f_chair" },
"items": { "~": { "item": "trash", "chance": 3 }, ")": { "item": "clutter_bathroom", "chance": 5 } },
"place_loot": [ { "item": "television", "x": 10, "y": 11, "chance": 100 }, { "item": "lawnmower", "x": 2, "y": 3, "chance": 15 } ],
"place_vehicles": [ { "vehicle": "beetle", "x": 6, "y": 4, "chance": 20, "fuel": 30, "rotation": 90 } ]
Expand Down

0 comments on commit 7f49f99

Please sign in to comment.