diff --git a/index.html b/index.html index dd0abe0..f84dff2 100644 --- a/index.html +++ b/index.html @@ -286,7 +286,7 @@ function crisisSetup() { } else { power = Math.max(0, power - me[4]); logbox("Damage: " + me[4]); - me[0] += 1; + me[0] += Math.floor(Math.random()*(8-4+1)+4); if (activeMC > 0) { logbox(activeMC + " hostile fighters destroyed. The remnants have retreated... for now."); } else {