mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
* Kaalia of the Vast - Fixed that the selected creature card from hand was not put to battlefield.
This commit is contained in:
parent
ae69986aef
commit
02f88b94c0
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue