From 71635413fa8960749571e1c06de4ea9ee9a1d5d8 Mon Sep 17 00:00:00 2001 From: Perry Date: Thu, 26 May 2022 14:49:44 -0300 Subject: [PATCH] Added padded flag to mining helmet and mining helmet off (#57944) --- data/json/items/tool_armor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool_armor.json b/data/json/items/tool_armor.json index e797ef81c7ed7..dd06674cdc3cb 100644 --- a/data/json/items/tool_armor.json +++ b/data/json/items/tool_armor.json @@ -275,7 +275,7 @@ "color": "yellow", "name": { "str": "mining helmet" }, "description": "This is a mining helmet with a heavy-duty LED flashlight. Using this will turn the flashlight on and provide light, assuming it is charged with batteries.", - "flags": [ "WATERPROOF" ], + "flags": [ "WATERPROOF", "PADDED" ], "price": 12500, "price_postapoc": 250, "material": [ "plastic" ], @@ -313,7 +313,7 @@ "type": "TOOL_ARMOR", "name": { "str": "mining helmet (on)", "str_pl": "mining helmets (on)" }, "description": "This is a mining helmet with a heavy-duty LED flashlight. The flashlight is turned on, and continually draining its batteries. Use it to turn it off.", - "flags": [ "LIGHT_450", "CHARGEDIM", "WATERPROOF", "TRADER_AVOID" ], + "flags": [ "LIGHT_450", "CHARGEDIM", "WATERPROOF", "TRADER_AVOID", "PADDED" ], "power_draw": 15000, "revert_to": "miner_hat", "use_action": { "ammo_scale": 0, "menu_text": "Turn off", "type": "transform", "msg": "The %s flicks off.", "target": "miner_hat" },