JUNK tech: meteor shower - take a shower, but meteors instead of water
JUNK tech: discount - get 3 random JUNK tech for the price of 1!

bug fixes

I'll be off line until Saturday, so please don't submit any bug reports until I return
This commit is contained in:
landgreen
2022-03-31 05:32:09 -07:00
parent 62eb66a002
commit 92b5065f71
5 changed files with 107 additions and 25 deletions

View File

@@ -889,8 +889,10 @@ const powerUps = {
if (document.getElementById("tech-switch")) document.getElementById("tech-switch").innerHTML = ` = <strong>ON</strong>`
m.eyeFillColor = m.fieldMeterColor //'#0cf'
}
m.setMaxEnergy();
m.setMaxHealth();
if (tech.isRelayEnergy) {
m.setMaxEnergy();
m.energy += 2
}
}
},
// giveRandomAmmo() {