- Added a TODO entry.

This commit is contained in:
Agetian
2018-04-11 08:58:27 +03:00
parent c20093280c
commit a3dc449cc9

View File

@@ -83,6 +83,7 @@ public abstract class DamageAiBase extends SpellAbilityAi {
}
// burn Planeswalkers
// TODO: Must be removed completely when the "planeswalker redirection" rule is removed.
if (!noPlaneswalkerRedirection) {
if (Iterables.any(enemy.getCardsIn(ZoneType.Battlefield), CardPredicates.Presets.PLANESWALKERS)) {
return true;