Skip to content

Commit

Permalink
Merge pull request CleverRaven#76081 from CleverRaven/too_heavy_batte…
Browse files Browse the repository at this point in the history
…ries

fix light_cell_rechargeable not fitting in batteries itemgroup
  • Loading branch information
Maleclypse authored Aug 31, 2024
2 parents 28df08a + 8456318 commit 3b69d6f
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 3b69d6f

Please sign in to comment.