diff --git a/Mage.Sets/src/mage/cards/t/TheFinalDays.java b/Mage.Sets/src/mage/cards/t/TheFinalDays.java index 9aee7221cfb..c6c9824f468 100644 --- a/Mage.Sets/src/mage/cards/t/TheFinalDays.java +++ b/Mage.Sets/src/mage/cards/t/TheFinalDays.java @@ -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"