mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Merieke Ri Berit's ability has a delayed trigger
This commit is contained in:
@@ -213,6 +213,7 @@ public class ControlGainEffect extends SpellAbilityEffect {
|
|||||||
sb.append(" It can't be regenerated.");
|
sb.append(" It can't be regenerated.");
|
||||||
}
|
}
|
||||||
ability.setStackDescription(sb.toString());
|
ability.setStackDescription(sb.toString());
|
||||||
|
ability.setTrigger(true);
|
||||||
|
|
||||||
game.getStack().addSimultaneousStackEntry(ability);
|
game.getStack().addSimultaneousStackEntry(ability);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user