From 84c746884fccf00940e089f73861f73ed2df7fd1 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend Date: Sun, 9 Feb 2020 20:04:32 -0500 Subject: [PATCH] Fix shooter earmuff not deafening when off --- data/json/items/tool_armor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool_armor.json b/data/json/items/tool_armor.json index bf2aa7d396047..c4fa8fcc90fab 100644 --- a/data/json/items/tool_armor.json +++ b/data/json/items/tool_armor.json @@ -2595,7 +2595,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",