Dieser Commit ist enthalten in:
Ursprung
c921228b20
Commit
58557214ce
@ -136,7 +136,7 @@ public class WinconditionPointsAirShip extends PercentWincondition implements Li
|
||||
private void setup(int enemyBlocks){
|
||||
points = 0;
|
||||
|
||||
int factorIndex = Math.min(Math.max(team.getPlayerCount(), Fight.getOpposite(team).getPlayerCount()), as.length);
|
||||
int factorIndex = Math.min(Math.max(team.getPlayerCount(), Fight.getOpposite(team).getPlayerCount()), as.length) - 1;
|
||||
double a = as[factorIndex];
|
||||
double e = es[factorIndex];
|
||||
double volume = team.getSchemRegion().volume();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren