mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Added missing non creature subtypes.
This commit is contained in:
parent
9f3e2aa4c4
commit
7b93e95842
2 changed files with 14 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ class AkoumFlameseekerEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (controller != null) {
|
||||
Cards cards = controller.discard(1, applyEffectsAfter, source, game);
|
||||
Cards cards = controller.discard(1, false, source, game);
|
||||
if (!cards.isEmpty()) {
|
||||
controller.drawCards(1, game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue