mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
- Fixed #8162
This commit is contained in:
parent
389a019b3b
commit
40a2f9490d
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ public final class WakingTheTrolls extends CardImpl {
|
|||
|
||||
this.subtype.add(SubType.SAGA);
|
||||
|
||||
SagaAbility sagaAbility = new SagaAbility(this, SagaChapter.CHAPTER_I);
|
||||
SagaAbility sagaAbility = new SagaAbility(this, SagaChapter.CHAPTER_III);
|
||||
|
||||
// I — Destroy target land.
|
||||
sagaAbility.addChapterEffect(
|
||||
|
|
@ -73,8 +73,8 @@ class WakingTheTrollsEffect extends OneShotEffect {
|
|||
|
||||
WakingTheTrollsEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "choose target opponent. If they control fewer lands than you, " +
|
||||
"create a number of 4/4 green Troll Warrior creature tokens with trample equal to the difference";
|
||||
staticText = "choose target opponent. If they control fewer lands than you, "
|
||||
+ "create a number of 4/4 green Troll Warrior creature tokens with trample equal to the difference";
|
||||
}
|
||||
|
||||
private WakingTheTrollsEffect(final WakingTheTrollsEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue