Fix ChangesZone triggers with Defined$

This commit is contained in:
tool4EvEr
2022-04-18 20:35:05 +02:00
parent 840c0cb4d8
commit ae8c19dcea
26 changed files with 25 additions and 44 deletions

View File

@@ -362,7 +362,7 @@ public class CountersPutAi extends CountersAi {
}
}
if ("Fight".equals(logic)) {
if ("Fight".equals(logic) || "PowerDmg".equals(logic)) {
int nPump = 0;
if (type.equals("P1P1")) {
nPump = amount;