Skip to content

Commit

Permalink
fix light_cell_rechargeable not fitting in batteries itemgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Aug 31, 2024
1 parent 88ecaf6 commit 8456318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/itemgroups/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] }
]
}
Expand Down

0 comments on commit 8456318

Please sign in to comment.