mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed targeted triggers not being removed from the stack (again).
This commit is contained in:
@@ -329,6 +329,11 @@ public class WrappedAbility extends Ability implements ISpellAbility {
|
||||
return sa.isOptionalTrigger();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean usesTargeting() {
|
||||
return sa.usesTargeting();
|
||||
}
|
||||
|
||||
// //////////////////////////////////////
|
||||
// THIS ONE IS ALL THAT MATTERS
|
||||
// //////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user