Skip to content

Commit

Permalink
Merge pull request #79369 from thaelina/gas-mask-layering
Browse files Browse the repository at this point in the history
Update gas mask item flags
  • Loading branch information
Maleclypse authored Jan 29, 2025
2 parents 2dc5c12 + 9ad5b3e commit 255ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@
"ammo": "gasfilter_m",
"use_action": [ "GASMASK_ACTIVATE" ],
"tick_action": [ "GASMASK" ],
"flags": [ "SLEEP_IGNORE", "VARSIZE", "PADDED" ]
"flags": [ "SKINTIGHT", "NORMAL", "SLEEP_IGNORE", "VARSIZE", "PADDED" ]
},
{
"id": "mask_gas_xl",
Expand Down

0 comments on commit 255ea81

Please sign in to comment.