Skip to content

Commit

Permalink
Fix open safe spawning on indoor shrub in house variant (cataclysmbnt…
Browse files Browse the repository at this point in the history
…eam#2944)

Co-authored-by: Anton Burmistrov <11132525+Night-Pryanik@users.noreply.github.com>
  • Loading branch information
chaosvolt and Night-Pryanik committed Jun 9, 2023
1 parent 92a8aac commit e912f4a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions data/json/mapgen/house/house25.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
],
"palettes": [ "standard_domestic_palette" ],
"terrain": {
"%": [ "t_region_shrub", "t_region_shrub_fruit", "t_region_shrub_decorative" ],
"[": [ [ "t_region_tree_fruit", 2 ], [ "t_region_tree_nut", 2 ], "t_region_tree_shade" ],
"!": "t_region_groundcover_urban",
"`": "t_concrete",
"~": "t_carpet_yellow",
"_": "t_window_boarded",
Expand All @@ -45,7 +42,7 @@
",": "t_thconc_floor",
"#": "t_wall_log"
},
"furniture": { "%": "f_safe_o", "!": "f_region_flower" },
"furniture": { "%": "f_safe_l" },
"place_items": [
{ "chance": 10, "item": "ammo_rifle_common", "x": 9, "y": 17 },
{ "chance": 20, "item": "camping", "x": 13, "y": 19 },
Expand Down Expand Up @@ -96,8 +93,6 @@
],
"palettes": [ "standard_domestic_palette" ],
"terrain": {
"[": [ [ "t_region_tree_fruit", 2 ], [ "t_region_tree_nut", 2 ], "t_region_tree_shade" ],
"!": "t_region_groundcover_urban",
"`": "t_concrete",
"~": "t_carpet_yellow",
"_": "t_window_domestic_taped",
Expand All @@ -106,7 +101,6 @@
",": "t_thconc_floor",
"#": "t_wall_log"
},
"furniture": { "!": "f_region_flower" },
"place_items": [
{ "chance": 20, "item": "stash_wood", "x": 5, "y": 8 },
{ "chance": 20, "item": "camping", "x": 13, "y": 19 },
Expand Down

0 comments on commit e912f4a

Please sign in to comment.