retrocausality

time dilation tech: retrocausality - instead of pausing time your field rewinds time, including your health
  this tech replaces replaces CPT gun
  works well with tech: causality bots and grenades

wormhole
  activated on mouse up
  draw an outline of the wormhole to show if can work at your mouse location

adiabatic healing: adds 5% JUNK in addition to 100% better heals

several tech pool frequencies have been adjusted to roughly this rule:
  no requirements:  1x chance
  requirements: 2x chance
    (most gun and field tech)
  strict requirements: 3x chance or higher

bug fixes
This commit is contained in:
landgreen
2021-10-31 07:01:54 -07:00
parent 7af4ffdce8
commit 093e56dd12
9 changed files with 635 additions and 290 deletions

View File

@@ -292,6 +292,7 @@ const powerUps = {
document.body.style.cursor = "none";
// document.body.style.overflow = "hidden"
// if (m.alive){}
simulation.paused = false;
simulation.isChoosing = false; //stops p from un pausing on key down
if (m.immuneCycle < m.cycle + 15) m.immuneCycle = m.cycle + 15; //player is immune to damage for 30 cycles