diff --git a/js/engine.js b/js/engine.js index f23ef85..aa678ab 100644 --- a/js/engine.js +++ b/js/engine.js @@ -97,8 +97,8 @@ function mobCollisionChecks(event) { //add dmg to draw queue x: pairs[i].activeContacts[0].vertex.x, y: pairs[i].activeContacts[0].vertex.y, - radius: Math.sqrt(dmg) * 40, - color: game.playerDmgColor, + radius: dmg * 500, + color: game.mobDmgColor, time: game.drawTime }); return;