bugs and images

some new images

bug fixes
This commit is contained in:
landgreen
2023-04-01 12:34:37 -07:00
parent 1752453c1d
commit 34e05c7ca7
14 changed files with 9 additions and 21 deletions

View File

@@ -3045,7 +3045,7 @@ const tech = {
effect() {
tech.isHealAttract = true
powerUps.setPowerUpMode();
for (let i = 0; i < 6; i++) powerUps.spawn(m.pos.x + 60 * (Math.random() - 0.5), m.pos.y + 60 * (Math.random() - 0.5), "heal");
for (let i = 0; i < 3; i++) powerUps.spawn(m.pos.x + 100 * (Math.random() - 0.5), m.pos.y + 100 * (Math.random() - 0.5), "heal");
},
remove() {
tech.isHealAttract = false
@@ -3089,7 +3089,7 @@ const tech = {
},
requires: "",
effect() {
tech.healthDrain += 0.019;
tech.healthDrain += 0.02;
},
remove() {
tech.healthDrain = 0;