Skip to content

Commit

Permalink
fix: Stop accidental plut gen destruction (#5830)
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
RoyalFox2140 authored Dec 23, 2024
1 parent c21d7d0 commit bdde074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions data/json/deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,9 @@
"time": "30 m",
"using": [ [ "advanced_electronics_high_voltage", 1 ] ],
"byproducts": [
{ "item": "scrap", "count": [ 1, 4 ] },
{ "item": "scrap_copper", "count": [ 10, 20 ] },
{ "item": "cable", "charges": [ 20, 100 ] },
{ "item": "pipe", "count": [ 1, 2 ] }
{ "item": "plut_generator_item", "charges": [ 1, 1 ] },
{ "item": "power_supply", "charges": [ 3, 3 ] },
{ "item": "cable", "charges": [ 15, 15 ] }
],
"pre_furniture": "f_grid_plut_generator",
"post_furniture": "f_null",
Expand Down
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@
"move_cost_mod": -1,
"coverage": 60,
"required_str": -1,
"flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "PERMEABLE", "EASY_DECONSTRUCT" ],
"flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "PERMEABLE" ],
"bash": {
"str_min": 50,
"str_max": 400,
Expand Down

0 comments on commit bdde074

Please sign in to comment.