Skip to content

Commit

Permalink
Added padded flag to mining helmet and mining helmet off (CleverRaven…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stone94 authored May 26, 2022
1 parent b683075 commit 7163541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 7163541

Please sign in to comment.