* Added missing non creature subtypes.

This commit is contained in:
LevelX2 2016-01-15 11:47:33 +01:00
parent 9f3e2aa4c4
commit 7b93e95842
2 changed files with 14 additions and 3 deletions

View file

@ -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);
}