mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed Annihilator not being flagged as triggered ability.
This commit is contained in:
@@ -2831,6 +2831,7 @@ public class CombatUtil {
|
||||
ability.setStackDescription(sb.toString());
|
||||
ability.setDescription(sb.toString());
|
||||
ability.setActivatingPlayer(c.getController());
|
||||
ability.setTrigger(true);
|
||||
|
||||
Singletons.getModel().getGame().getStack().add(ability);
|
||||
} // find
|
||||
|
||||
Reference in New Issue
Block a user