mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Remove unused code.
This commit is contained in:
@@ -491,10 +491,6 @@ public class DamageDealAi extends DamageAiBase {
|
||||
sa.getTargets().add(enemy);
|
||||
}
|
||||
return true;
|
||||
} else if ("PingAfterCombat".equals(sa.getParam("AILogic"))) {
|
||||
if (this.shouldTgtP(ai, sa, dmg, noPrevention)) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (tgt.getMaxTargets(source, sa) <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user