mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added a TODO entry.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user