Closed magenoxx closed 12 years ago
We need to make putting cards from library to graveyard as game method. It is rather common effect, so won't it be better if we have
game.putCardsFromTopToGraveyard(player, amount) or at least new PutCardsFromTopToGraveyardEffect(player, amount).apply(game, source)
have a look at cards like Altar of Dementia
Scope:
it's occured that there is PutLibraryIntoGraveTargetEffect for that
We need to make putting cards from library to graveyard as game method. It is rather common effect, so won't it be better if we have
game.putCardsFromTopToGraveyard(player, amount) or at least new PutCardsFromTopToGraveyardEffect(player, amount).apply(game, source)
have a look at cards like Altar of Dementia
Scope: