laserBombingBoss
new laserBombingBoss I didn't do any difficulty testing, so maybe let me know if it's too easy laser and plasma bots will target mobs bullets non updating health bar bug fix
This commit is contained in:
@@ -670,7 +670,6 @@ const m = {
|
||||
if (tech.isDeathAvoid && powerUps.research.count > 0 && !tech.isDeathAvoidedThisLevel) { //&& Math.random() < 0.5
|
||||
tech.isDeathAvoidedThisLevel = true
|
||||
m.health = 0.05
|
||||
m.displayHealth();
|
||||
powerUps.research.changeRerolls(-1)
|
||||
simulation.makeTextLog(`<span class='color-var'>m</span>.<span class='color-r'>research</span><span class='color-symbol'>--</span>
|
||||
<br>${powerUps.research.count}`)
|
||||
@@ -693,6 +692,7 @@ const m = {
|
||||
return;
|
||||
}
|
||||
}
|
||||
m.displayHealth();
|
||||
document.getElementById("dmg").style.transition = "opacity 0s";
|
||||
document.getElementById("dmg").style.opacity = 0.1 + Math.min(0.6, dmg * 4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user