From 845631837c2a5010d1d0ae4216ab391acde89f93 Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:02:15 +0200 Subject: [PATCH] fix light_cell_rechargeable not fitting in batteries itemgroup --- data/json/itemgroups/electronics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/itemgroups/electronics.json b/data/json/itemgroups/electronics.json index 1111fbe4eb570..e52f419515031 100644 --- a/data/json/itemgroups/electronics.json +++ b/data/json/itemgroups/electronics.json @@ -159,7 +159,7 @@ { "item": "light_battery_cell", "charges": 1000, "prob": 160, "count": [ 0, 8 ] }, { "item": "light_battery_cell", "charges": 1000, "prob": 16, "count": [ 0, 16 ] }, { "item": "light_cell_rechargeable", "charges": 1000, "prob": 16, "count": [ 0, 8 ] }, - { "item": "light_cell_rechargeable", "charges": 1000, "prob": 1, "count": [ 0, 16 ] }, + { "item": "light_cell_rechargeable", "charges": 1000, "prob": 1, "count": [ 0, 12 ] }, { "item": "medium_battery_cell", "charges": 1000, "prob": 15, "count": [ 0, 4 ] } ] }