From f147a39323843a2dce413716aeb1589cf97f4eba Mon Sep 17 00:00:00 2001 From: ektoplazm <60448096+ektoplazm@users.noreply.github.com> Date: Thu, 13 Feb 2020 12:32:55 +0300 Subject: [PATCH] Updating magazine_well for the regular UPS Increasing from 1L to 1.5L in order to account for increased volume of all heavy batteries --- data/json/items/tool/electronics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool/electronics.json b/data/json/items/tool/electronics.json index 4f84c24ebcbda..59331ec2b1200 100644 --- a/data/json/items/tool/electronics.json +++ b/data/json/items/tool/electronics.json @@ -506,7 +506,7 @@ "magazines": [ [ "battery", [ "heavy_plus_battery_cell", "heavy_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ] ] ], - "magazine_well": 4, + "magazine_well": 6, "flags": [ "IS_UPS" ] }, {