mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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…
Reference in a new issue