Skip to content

Commit

Permalink
Merge pull request #46194 from wapcaplet/w-legs-not-tails
Browse files Browse the repository at this point in the history
Allow using leg splint with tail mutation
  • Loading branch information
ZhilkinSerg authored Dec 21, 2020
2 parents b4f02d9 + eda452b commit ef8afe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"encumbrance": 70,
"warmth": 5,
"material_thickness": 1,
"flags": [ "WATER_FRIENDLY", "OUTER", "SPLINT" ]
"flags": [ "WATER_FRIENDLY", "OUTER", "SPLINT", "ALLOWS_TAIL" ]
},
{
"id": "leg_xlsplint",
Expand All @@ -194,7 +194,7 @@
"price": 25000,
"price_postapoc": 50,
"encumbrance": 140,
"flags": [ "OVERSIZE", "WATER_FRIENDLY", "OUTER", "SPLINT" ]
"flags": [ "OVERSIZE", "WATER_FRIENDLY", "OUTER", "SPLINT", "ALLOWS_TAIL" ]
},
{
"id": "miner_hat",
Expand Down

0 comments on commit ef8afe2

Please sign in to comment.