Increase chance of battery being dropped.
This commit is contained in:
parent
de2295efe9
commit
698535344f
|
@ -159,7 +159,7 @@ void addRandomItems(int x, int y)
|
||||||
dropRandomCherry(x, y);
|
dropRandomCherry(x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rand() % 100 < 20)
|
if (rand() % 100 < 50)
|
||||||
{
|
{
|
||||||
dropBattery(x, y);
|
dropBattery(x, y);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue