shape-memory alloy
tech lithium-ion - give 200 max energy when relay is ON tech shape-memory alloy - give 200 max health when flip-flop is ON NOR gate now prevents damage when in the OFF state (previously ON) to work well with shape-memory alloy harpoon crouch mode now retracts at 30% greater distance than normal with no targeting more bug fixes of course
This commit is contained in:
@@ -117,13 +117,14 @@ function collisionChecks(event) {
|
||||
tech.isFlipFlopOn = false
|
||||
if (document.getElementById("tech-flip-flop")) document.getElementById("tech-flip-flop").innerHTML = ` = <strong>OFF</strong>`
|
||||
m.eyeFillColor = 'transparent'
|
||||
if (!tech.isFlipFlopHarm) m.damage(dmg);
|
||||
m.damage(dmg);
|
||||
} else {
|
||||
tech.isFlipFlopOn = true //immune to damage this hit, lose immunity for next hit
|
||||
if (document.getElementById("tech-flip-flop")) document.getElementById("tech-flip-flop").innerHTML = ` = <strong>ON</strong>`
|
||||
m.eyeFillColor = m.fieldMeterColor //'#0cf'
|
||||
m.damage(dmg);
|
||||
if (!tech.isFlipFlopHarm) m.damage(dmg);
|
||||
}
|
||||
m.setMaxHealth();
|
||||
} else {
|
||||
m.damage(dmg); //normal damage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user