alotta upgrade stuff but no upgrades

This commit is contained in:
myondev 2026-02-23 06:26:50 -08:00
parent b9fb490dce
commit 3b60583c76
35 changed files with 2937 additions and 61 deletions

View file

@ -11,6 +11,7 @@ public class NondirectionalLaser : Laser
{
canCooldown = false;
currentDuration = duration;
currentCooldown = cooldown;
currentDebounce = damageDebounceTime;
beamRoot.gameObject.SetActive(true);
}
@ -40,6 +41,7 @@ public class NondirectionalLaser : Laser
}
currentDebounce = damageDebounceTime;
}
currentDuration -= Time.deltaTime;
}
if (currentDuration <= 0)
{