Dieser Commit ist enthalten in:
Ursprung
4602a3654b
Commit
4200d62159
@ -110,7 +110,7 @@ public abstract class SpecialItem {
|
||||
}
|
||||
|
||||
public static ItemStack getRandomItem() {
|
||||
double missileChance = Config.MissileChance + (-count) * 0.1;
|
||||
double missileChance = Config.MissileChance + count * 0.1;
|
||||
if (random.nextDouble() > missileChance) {
|
||||
count++;
|
||||
return supportItems.get(random.nextInt(supportItems.size())).getItem();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren