mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed fizzleTriggersOnStackTargeting not properly setting up fizzled triggers on a wrapped SA (fixes Undying triggering twice on the same creature).
This commit is contained in:
@@ -733,7 +733,7 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
||||
if (sa instanceof WrappedAbility) {
|
||||
WrappedAbility wi = (WrappedAbility)sa;
|
||||
if (wi.getTrigger().getMode() == t) {
|
||||
sa.setSVar("TriggerFizzled", "True");
|
||||
((WrappedAbility)sa).getWrappedAbility().setSVar("TriggerFizzled", "True");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user