Skip to content

Commit

Permalink
Merge pull request #67127 from RenechCDDA/tourniquets_allowed
Browse files Browse the repository at this point in the history
Allow leg tourniquets for mutants with tails
  • Loading branch information
Maleclypse authored Jul 24, 2023
2 parents c238a02 + 2c0fcff commit e5a74fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"sided": true,
"material": [ "wood", "leather" ],
"use_action": { "target": "tourniquet_lower_XL", "msg": "You adjust the tourniquet.", "menu_text": "Adjust", "type": "transform" },
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET" ],
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET", "ALLOWS_TAIL" ],
"armor": [ { "encumbrance": 70, "coverage": 10, "covers": [ "leg_l", "leg_r" ] } ]
},
{
Expand All @@ -110,7 +110,7 @@
"looks_like": "tourniquet_lower",
"sided": true,
"use_action": { "target": "tourniquet_lower_XS", "msg": "You adjust the tourniquet.", "menu_text": "Adjust", "type": "transform" },
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET", "OVERSIZE" ]
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET", "OVERSIZE", "ALLOWS_TAIL" ]
},
{
"id": "tourniquet_lower_XS",
Expand All @@ -121,7 +121,7 @@
"looks_like": "tourniquet_lower",
"sided": true,
"use_action": { "target": "tourniquet_upper", "msg": "You adjust the tourniquet.", "menu_text": "Adjust", "type": "transform" },
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET", "UNDERSIZE" ]
"flags": [ "WATER_FRIENDLY", "OUTER", "TOURNIQUET", "UNDERSIZE", "ALLOWS_TAIL" ]
},
{
"id": "makeshift_blindfold",
Expand Down

0 comments on commit e5a74fb

Please sign in to comment.