Skip to content

Commit

Permalink
Fix headlamp to accept medium batteries akin to a flashlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne authored Sep 18, 2024
1 parent abbb6ce commit c2144aa
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 @@ -894,8 +894,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_battery_cell"
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
}
],
"armor": [ { "coverage": 45, "covers": [ "head" ], "specifically_covers": [ "head_crown", "head_forehead" ] } ],
Expand Down

0 comments on commit c2144aa

Please sign in to comment.