Logic tweaks

This commit is contained in:
Anuken
2020-08-10 23:21:14 -04:00
parent 75ada3cca1
commit 7e8326a3af
15 changed files with 489 additions and 473 deletions

View File

@@ -270,7 +270,7 @@ public class LExecutor{
Healthc targeted;
if(timer.get(20f)){
if(timer.get(30f)){
//if any of the targets involve enemies
boolean enemies = target1 == RadarTarget.enemy || target2 == RadarTarget.enemy || target3 == RadarTarget.enemy;