mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
The Final Days' tokens should be tapped
This commit is contained in:
parent
496f147c15
commit
b235e5e99d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class TheFinalDays extends CardImpl {
|
|||
|
||||
// Create two tapped 2/2 black Horror creature tokens. If this spell was cast from a graveyard, instead create X of those tokens, where X is the number of creature cards in your graveyard.
|
||||
this.getSpellAbility().addEffect(new ConditionalOneShotEffect(
|
||||
new CreateTokenEffect(new Horror3Token(), xValue), new CreateTokenEffect(new Horror3Token(), 2),
|
||||
new CreateTokenEffect(new Horror3Token(), xValue, true, false), new CreateTokenEffect(new Horror3Token(), 2, true),
|
||||
CastFromGraveyardSourceCondition.instance, "create two tapped 2/2 black Horror creature tokens. " +
|
||||
"If this spell was cast from a graveyard, instead create X of those tokens, " +
|
||||
"where X is the number of creature cards in your graveyard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue