NOR NAND
possible bug fixes for the crouch lock bug tech: NAND gate - at the start of a level set flip-flop to "on" tech: NOR gate - do 50% more damage when the flip-flop is in the "off" state
This commit is contained in:
@@ -73,6 +73,7 @@ const powerUps = {
|
||||
if (m.immuneCycle < m.cycle + tech.collisionImmuneCycles) m.immuneCycle = m.cycle + tech.collisionImmuneCycles; //player is immune to collision damage for 30 cycles
|
||||
build.unPauseGrid()
|
||||
requestAnimationFrame(cycle);
|
||||
if (m.holdingTarget) m.drop();
|
||||
},
|
||||
research: {
|
||||
count: 0,
|
||||
|
||||
Reference in New Issue
Block a user