Skip to content

Commit

Permalink
Merge pull request CleverRaven#76618 from DukePaulAtreid3s/Survivor-H…
Browse files Browse the repository at this point in the history
…alf-Mask

Remove SUN_GLASSES flag from all survivor half masks
  • Loading branch information
Maleclypse authored Sep 23, 2024
2 parents 0a77471 + 01434ec commit 194ca27
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 @@ -2276,7 +2276,7 @@
"warmth": 15,
"environmental_protection": 4,
"environmental_protection_with_filter": 15,
"flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE", "UNRESTRICTED" ]
"flags": [ "VARSIZE", "STURDY", "SLEEP_IGNORE", "UNRESTRICTED" ]
},
{
"id": "mask_lsurvivorxl",
Expand All @@ -2285,7 +2285,7 @@
"looks_like": "mask_lsurvivor",
"name": { "str": "survivor half mask" },
"proportional": { "weight": 1.25, "volume": 1.25, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "PREFIX_XL", "SUN_GLASSES", "SLEEP_IGNORE", "UNRESTRICTED" ]
"flags": [ "VARSIZE", "STURDY", "OVERSIZE", "PREFIX_XL", "SLEEP_IGNORE", "UNRESTRICTED" ]
},
{
"id": "mask_lsurvivorxs",
Expand All @@ -2294,7 +2294,7 @@
"looks_like": "mask_lsurvivor",
"name": { "str": "survivor half mask" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "VARSIZE", "STURDY", "SUN_GLASSES", "SLEEP_IGNORE", "UNDERSIZE", "PREFIX_XS", "UNRESTRICTED" ]
"flags": [ "VARSIZE", "STURDY", "SLEEP_IGNORE", "UNDERSIZE", "PREFIX_XS", "UNRESTRICTED" ]
},
{
"id": "mask_survivor",
Expand Down

0 comments on commit 194ca27

Please sign in to comment.