Skip to content

Commit

Permalink
Fix shooter earmuff not deafening when off (#37876)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaVeyanFiend authored Feb 10, 2020
1 parent 901eb71 commit 315d8a5
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 @@ -2593,7 +2593,7 @@
"color": "blue",
"name": { "str": "shooter's earmuffs", "str_pl": "shooter's earmuffs" },
"description": "A pair of earmuffs favored by shooters. Without batteries or when turned off they function like normal earmuffs and block all sound. They will block sounds over a certain decibel amount when turned on. The earmuffs are currently off.",
"flags": [ "DEAFEN", "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS" ],
"flags": [ "DEAF", "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS" ],
"price": 12500,
"material": [ "plastic" ],
"weight": "179 g",
Expand Down

0 comments on commit 315d8a5

Please sign in to comment.