Skip to content

Commit

Permalink
Merge pull request CleverRaven#78333 from carterscottm/Fix-Standing-Tank
Browse files Browse the repository at this point in the history
fix standing tank deconstruction
  • Loading branch information
Night-Pryanik authored Dec 6, 2024
2 parents 9e6c09e + 0c3944a commit 5c4bda2
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/furniture_tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_M", "level": 1 } ] ],
"using": [ [ "welding_standard", 5 ] ],
"//1": "5cm of weld to join the faucet to the pipe",
"components": [ [ [ "metal_tank", 4 ] ], [ [ "water_faucet", 1 ] ] ],
"components": [ [ [ "metal_tank", 5 ] ], [ [ "water_faucet", 1 ] ] ],
"pre_special": "check_empty",
"post_terrain": "f_standing_tank"
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/furniture-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@
"coverage": 90,
"required_str": -1,
"flags": [ "CONTAINER", "LIQUIDCONT", "NOITEM", "SEALED", "TRANSPARENT" ],
"deconstruct": { "items": [ { "item": "metal_tank", "count": 4 }, { "item": "water_faucet", "count": 1 } ] },
"deconstruct": { "items": [ { "item": "metal_tank", "count": 5 }, { "item": "water_faucet", "count": 1 } ] },
"examine_action": "keg",
"keg_capacity": 1200,
"bash": {
Expand Down

0 comments on commit 5c4bda2

Please sign in to comment.