Skip to content

Commit

Permalink
Add aluminium and swap out springs for clockworks
Browse files Browse the repository at this point in the history
  • Loading branch information
lbnesquik committed May 10, 2022
1 parent b70e96d commit 5a0296e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/tool/toiletries.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"price_postapoc": 50,
"to_hit": -2,
"bashing": 6,
"material": [ "steel" ],
"material": [ "steel", "aluminum" ],
"use_action": { "type": "weigh_self", "max_weight": "150 kg" },
"flags": [ "ALLOWS_REMOTE_USE" ]
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/tools/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,6 @@
"time": "30 m",
"reversible": true,
"autolearn": true,
"components": [ [ [ "steel_chunk", 2 ], [ "scrap", 10 ] ], [ [ "spring", 2 ] ] ]
"components": [ [ [ "steel_chunk", 1 ], [ "scrap", 10 ] ], [ [ "clockworks", 2 ] ] ]
}
]

0 comments on commit 5a0296e

Please sign in to comment.