mod energy from damage,
annaliation now requires negative mass field
mod - spawn bots after killing mobs
This commit is contained in:
landgreen
2020-04-07 08:17:51 -07:00
parent 76383df567
commit ba5020889e
7 changed files with 88 additions and 32 deletions

View File

@@ -144,7 +144,7 @@ function collisionChecks(event) {
}
mech.damage(dmg);
if (mob[k].onHit) mob[k].onHit(k);
if (b.isModAnnihilation && mob[k].dropPowerUp && !mob[k].isShielded) {
if (b.isModAnnihilation) {
mob[k].death();
game.drawList.push({
//add dmg to draw queue