From 7148609c925a564b03c4dad5cdbd4d83444aa056 Mon Sep 17 00:00:00 2001 From: gisaku33 Date: Mon, 13 Jan 2025 03:29:31 -0500 Subject: [PATCH] Battery compartment mod can use medium storage batteries (#79091) * Update toolmod.json * Lint --------- Co-authored-by: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> --- data/json/items/toolmod.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/json/items/toolmod.json b/data/json/items/toolmod.json index 34ff0c71bd80d..a1465942af461 100644 --- a/data/json/items/toolmod.json +++ b/data/json/items/toolmod.json @@ -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",