Skip to content

Commit

Permalink
Merge pull request CleverRaven#60515 from Hegamonia/master
Browse files Browse the repository at this point in the history
Updated sandals to allow Toe Talons
  • Loading branch information
Rivet-the-Zombie authored Aug 29, 2022
2 parents 36ef515 + 5211754 commit 0cf3d9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/armor/boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"looks_like": "flip_flops",
"color": "brown",
"material_thickness": 2,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
Expand Down Expand Up @@ -1252,7 +1252,7 @@
"repairs_like": "boots",
"color": "blue",
"material_thickness": 1,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
Expand Down Expand Up @@ -1569,7 +1569,7 @@
"repairs_like": "bastsandals",
"color": "brown",
"material_thickness": 1.5,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
Expand Down Expand Up @@ -2016,7 +2016,7 @@
"looks_like": "leathersandals",
"color": "light_gray",
"material_thickness": 1,
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "VARSIZE", "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "ALLOWS_TALONS" ],
"armor": [
{
"covers": [ "foot_l", "foot_r" ],
Expand Down

0 comments on commit 0cf3d9f

Please sign in to comment.