This commit is contained in:
landgreen
2020-03-02 06:02:56 -08:00
parent c9084484c0
commit 596739cbd1
2 changed files with 5 additions and 1 deletions

View File

@@ -357,7 +357,7 @@ const mobs = {
if (!mech.isStealth) vertexCollision(this.position, look, [player]);
// hitting player
if (best.who === player) {
dmg = 0.0015 * game.dmgScale;
dmg = 0.0012 * game.dmgScale;
mech.damage(dmg);
//draw damage
ctx.fillStyle = "#f00";