explosion damage immunity mod

This commit is contained in:
landgreen
2020-08-07 08:41:11 -07:00
parent d13b1fb16d
commit 2e9ff7e292
6 changed files with 122 additions and 76 deletions

View File

@@ -761,9 +761,9 @@ const game = {
});
}
}
if (game.difficultyMode === 2) mech.damage(0.3);
if (game.difficultyMode === 2) mech.damage(0.25);
if (game.difficultyMode === 1) mech.damage(0.1);
mech.energy = 0;
mech.energy = 0.01;
}
}