mirror of
https://github.com/correl/mage.git
synced 2025-03-17 17:00:08 -09:00
Entrails Feaster fixes
This commit is contained in:
parent
230233659b
commit
b16f50cd72
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ class EntrailsFeasterEffect extends OneShotEffect {
|
|||
if (controller.choose(Outcome.Exile, target, source.getId(), game)) {
|
||||
Card cardChosen = game.getCard(target.getFirstTarget());
|
||||
if (cardChosen != null) {
|
||||
controller.moveCardToExileWithInfo(cardChosen, null, "", source.getSourceId(), game, Zone.GRAVEYARD, true);
|
||||
controller.moveCardsToExile(cardChosen, source, game, true, null, "");
|
||||
if (sourceObject != null) {
|
||||
sourceObject.getCounters(game).addCounter(CounterType.P1P1.createInstance());
|
||||
game.informPlayers(controller.getLogName() + " puts a +1/+1 counter on " + sourceObject.getName());
|
||||
game.informPlayers(controller.getLogName() + " puts a +1/+1 counter on " + sourceObject.getLogName());
|
||||
}
|
||||
}
|
||||
} else if (sourceObject != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue