Skip to content

Commit

Permalink
Set armored gauntlets and boots to be made of steel
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Sep 20, 2023
1 parent 899032a commit 7dfeeb2
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/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"price_postapoc": 6000,
"to_hit": -2,
"bashing": 7,
"material": [ "iron", "leather" ],
"material": [ "steel", "leather" ],
"symbol": "[",
"looks_like": "boots_steel",
"color": "light_gray",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/gloves.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
"price_postapoc": 3000,
"to_hit": -2,
"bashing": 7,
"material": [ "iron", "leather" ],
"material": [ "steel", "leather" ],
"symbol": "[",
"looks_like": "fire_gauntlets",
"color": "light_gray",
Expand Down

0 comments on commit 7dfeeb2

Please sign in to comment.