Skip to content

Commit

Permalink
Adjust pony wall construction (CleverRaven#72284)
Browse files Browse the repository at this point in the history
* Change construction

* Update the deconstruct

* I should test before pushing
  • Loading branch information
Milopetilo authored Mar 10, 2024
1 parent a220cfd commit 03b2540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@
"required_skills": [ [ "fabrication", 2 ] ],
"time": "50 m",
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W", "level": 2 } ] ],
"components": [ [ [ "2x4", 10 ], [ "wood_panel", 1 ] ], [ [ "nails", 20, "LIST" ] ] ],
"components": [ [ [ "2x4", 5 ] ], [ [ "wood_panel", 1 ] ], [ [ "nails", 20, "LIST" ] ] ],
"pre_special": "check_empty",
"post_terrain": "t_ponywall"
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-walls.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"connects_to": "WALL",
"roof": "t_flat_roof",
"flags": [ "TRANSPARENT", "FLAMMABLE", "PLACE_ITEM", "INDOORS", "AUTO_WALL_SYMBOL", "THIN_OBSTACLE", "MOUNTABLE", "SHORT" ],
"deconstruct": { "ter_set": "t_floor", "items": [ { "item": "2x4", "count": 10 }, { "item": "nail", "charges": 20 } ] },
"deconstruct": { "ter_set": "t_floor", "items": [ { "item": "2x4", "count": 5 }, { "item": "nail", "charges": 20 } ] },
"bash": {
"str_min": 8,
"str_max": 20,
Expand Down

0 comments on commit 03b2540

Please sign in to comment.