diff --git a/src/world/items.c b/src/world/items.c index b3a2301..2cfadcb 100644 --- a/src/world/items.c +++ b/src/world/items.c @@ -159,7 +159,7 @@ void addRandomItems(int x, int y) dropRandomCherry(x, y); } - if (rand() % 100 < 20) + if (rand() % 100 < 50) { dropBattery(x, y); }