Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added padded flag to mining helmet and mining helmet off #57944

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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