Skip to content

Commit

Permalink
Battery compartment mod can use medium storage batteries (#79091)
Browse files Browse the repository at this point in the history
* Update toolmod.json

* Lint

---------

Co-authored-by: Anton Simakov <[email protected]>
  • Loading branch information
gisaku33 and GuardianDll authored Jan 13, 2025
1 parent 077af7f commit 7148609
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/json/items/toolmod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@
"color": "light_green",
"acceptable_ammo": [ "battery" ],
"pocket_mods": [
{ "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "small_storage_battery", "battery_car", "battery_motorbike" ] }
{
"pocket_type": "MAGAZINE_WELL",
"item_restriction": [ "small_storage_battery", "medium_storage_battery", "battery_car", "battery_motorbike" ]
}
],
"magazine_adaptor": [ [ "battery", [ "small_storage_battery", "battery_car", "battery_motorbike" ] ] ]
"magazine_adaptor": [ [ "battery", [ "small_storage_battery", "medium_storage_battery", "battery_car", "battery_motorbike" ] ] ]
},
{
"id": "pseudo_magazine_mod",
Expand Down

0 comments on commit 7148609

Please sign in to comment.