replace slugs with rail gun, rebalanced flechettes, added falling dmg, new mod: fast movement, added mouse icons
This commit is contained in:
@@ -231,7 +231,7 @@ const mobs = {
|
||||
// ctx.lineDashOffset = 6*(game.cycle % 215);
|
||||
if (this.distanceToPlayer() < this.laserRange) {
|
||||
//if (Math.random()>0.2 && this.seePlayer.yes && this.distanceToPlayer2()<800000) {
|
||||
if (!b.AoEImmunity) {
|
||||
if (!b.isModAoEImmunity) {
|
||||
mech.damage(0.0003 * game.dmgScale);
|
||||
if (mech.fieldMeter > 0.1) mech.fieldMeter -= 0.005
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user