bug fixes

This commit is contained in:
landgreen
2021-08-19 06:12:05 -07:00
parent 452b00273a
commit d8dd82c8a0
8 changed files with 35 additions and 40 deletions

View File

@@ -693,7 +693,7 @@ const powerUps = {
powerUps.research.currentRerollCount = 0
if (tech.isTechDamage && who.name === "tech") m.damage(0.11)
if (tech.isMassEnergy) m.energy += 2;
if (tech.isMineDrop && b.length < 150) {
if (tech.isMineDrop && bullet.length < 150) {
if (tech.isLaserMine && m.crouch) {
b.laserMine(who.position)
} else {