* Kaalia of the Vast - Fixed that the selected creature card from hand was not put to battlefield.

This commit is contained in:
LevelX2 2015-10-22 09:15:48 +02:00
parent ae69986aef
commit 02f88b94c0

View file

@ -160,7 +160,6 @@ class KaaliaOfTheVastEffect extends OneShotEffect {
if (card != null && game.getCombat() != null) {
UUID defenderId = game.getCombat().getDefendingPlayerId(source.getSourceId(), game);
if (defenderId != null) {
controller.getHand().remove(card);
controller.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, false, null);
Permanent creature = game.getPermanent(cardId);
if (creature != null) {