Formatting fixes
This commit is contained in:
@@ -244,7 +244,7 @@ CM.Sim.CheckOtherAchiev = function() {
|
||||
if (CM.Sim.Objects[i].amount < Math.min(128, Math.pow(2, (Game.ObjectsById.length - Game.Objects[i].id) - 1))) mathematician = 0;
|
||||
}
|
||||
if (!CM.Sim.HasAchiev('Base 10')) {
|
||||
if (CM.Sim.Objects[i].amount < (Game.ObjectsById.length - Game.Objects[i].id)*10) base10 = 0;
|
||||
if (CM.Sim.Objects[i].amount < (Game.ObjectsById.length - Game.Objects[i].id) * 10) base10 = 0;
|
||||
}
|
||||
}
|
||||
if (minAmount >= 1) CM.Sim.Win('One with everything');
|
||||
|
||||
Reference in New Issue
Block a user