Skip to content

Commit

Permalink
Fix Fridge Appliance Requiring a Wrench to Take Down (CleverRaven#60789)
Browse files Browse the repository at this point in the history
* Fixes fridge appliance take down requiring

wrench

* Update appliances.json
  • Loading branch information
gettingusedto authored Sep 6, 2022
1 parent 2b52aa6 commit 38b17b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/json/furniture_and_terrain/appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"size": 2000,
"item": "fridge",
"requirements": {
"install": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
"removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
"removal": { "time": "2 m" },
"repair": {
"skills": [ [ "mechanics", 4 ] ],
"time": "60 m",
Expand Down

0 comments on commit 38b17b8

Please sign in to comment.