mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
- Removed a debug line.
This commit is contained in:
@@ -186,7 +186,6 @@ public class FightAi extends SpellAbilityAi {
|
||||
if ("PowerDmg".equals(sa.getParam("AILogic"))) {
|
||||
if (FightAi.canKill(aiCreature, humanCreature, power)) {
|
||||
sa.getTargets().add(aiCreature);
|
||||
System.out.println(tgtFight.usesTargeting());
|
||||
if (!isChandrasIgnition) {
|
||||
tgtFight.resetTargets();
|
||||
tgtFight.getTargets().add(humanCreature);
|
||||
|
||||
Reference in New Issue
Block a user