magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.88k stars 772 forks source link

Add common effect for putting cards from top to graveyard #7

Closed magenoxx closed 12 years ago

magenoxx commented 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:

magenoxx commented 12 years ago

it's occured that there is PutLibraryIntoGraveTargetEffect for that