various bug fixes after making mods.js

This commit is contained in:
landgreen
2020-05-20 18:49:49 -07:00
parent c31c1c2d7a
commit a0f751bc4f
6 changed files with 69 additions and 21 deletions

View File

@@ -165,7 +165,7 @@ const b = {
time: game.drawTime
});
let dist, sub, knock;
let dmg = mod.dmgScale * radius * 0.009;
let dmg = b.dmgScale * radius * 0.009;
const alertRange = 100 + radius * 2; //alert range
//add alert to draw queue