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

@@ -124,7 +124,7 @@ function collisionChecks(event) {
m.eyeFillColor = m.fieldMeterColor //'#0cf'
if (!tech.isFlipFlopHarm) m.damage(dmg);
}
m.setMaxHealth();
if (tech.isFlipFlopHealth) m.setMaxHealth();
} else {
m.damage(dmg); //normal damage
}