master
sigonasr2 2 years ago
parent 3e4224c095
commit d6e9f3bdc9
  1. 5
      sig/App.java

@ -231,6 +231,9 @@ class Server
long lastFrame=System.currentTimeMillis();
void Heal(Target target){
if (target==Target.AYA){
allowedToAetherflow=true;
}
if (aetherflowStacks>0){
PressKey(KeyEvent.VK_C);
aetherflowStacks--;
@ -343,7 +346,6 @@ class Server
nextActionTimer=1000;
break fightLoop;
}
}
if (allowedToAetherflow&&aetherflowTimer==0){
PressKeyWithModifier(KeyEvent.VK_ALT, KeyEvent.VK_2);
nextActionTimer=1000;
@ -396,6 +398,7 @@ class Server
break fightLoop;
}
}
}
break fightLoop;
}
long difference=System.currentTimeMillis()-lastFrame;

Loading…
Cancel
Save