mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
fix endless loop for counterspell
This commit is contained in:
@@ -1306,7 +1306,7 @@ public abstract class SpellAbility implements ISpellAbility, ITargetable {
|
||||
|
||||
@Override
|
||||
public boolean canBeTargetedBy(SpellAbility sa) {
|
||||
return sa.canBeTargetedBy(this);
|
||||
return sa.canTargetSpellAbility(this);
|
||||
}
|
||||
|
||||
/** The chosen target. */
|
||||
|
||||
Reference in New Issue
Block a user