new mod anthropic, small map changes

This commit is contained in:
landgreen
2020-02-21 06:02:52 -08:00
parent b9422c8c74
commit 60bbd64c80
6 changed files with 133 additions and 68 deletions

View File

@@ -640,7 +640,7 @@ const game = {
mech.death();
}
if (!(mech.cycle % 60)) { //once a second checks
if (!(mech.cycle % 60)) { //once a second
if (mech.lastKillCycle + 300 > mech.cycle) { //effects active for 5 seconds after killing a mob
if (b.isModEnergyRecovery) {
@@ -653,6 +653,9 @@ const game = {
if (b.isModEnergyLoss) {
mech.fieldMeter = 0.05;
}
} else { //haven't killed a mob in the last 5 seconds
}
if (!(game.cycle % 420)) { //once every 7 seconds