From c34198d78cf8487136412f95f42117dfd318b39c Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sat, 25 Jan 2025 18:31:44 -0600 Subject: [PATCH] fix: radiation biomonitor can now load all three types of ultra-light battery (#5976) --- data/json/items/tool_armor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool_armor.json b/data/json/items/tool_armor.json index 2316b0563f9d..825fc05210f1 100644 --- a/data/json/items/tool_armor.json +++ b/data/json/items/tool_armor.json @@ -1700,7 +1700,7 @@ "coverage": 5, "material_thickness": 1, "flags": [ "BELTED", "COMPACT", "FRAGILE", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY", "OVERSIZE" ], - "magazines": [ [ "battery", [ "light_minus_battery_cell", "light_minus_atomic_battery_cell" ] ] ] + "magazines": [ [ "battery", [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ] ] ] }, { "id": "hairpin",