mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix Commander Ninjutsu
This commit is contained in:
parent
44d3276046
commit
dd32a463ec
1 changed files with 1 additions and 1 deletions
|
@ -199,10 +199,10 @@ class RevealNinjutsuCardCost extends CostImpl {
|
|||
for (CommandObject coj : game.getState().getCommand()) {
|
||||
if (coj != null && coj.getId().equals(ability.getSourceId())) {
|
||||
card = game.getCard(ability.getSourceId());
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (card != null) {
|
||||
Cards cards = new CardsImpl(card);
|
||||
player.revealCards("Ninjutsu", cards, game);
|
||||
|
|
Loading…
Reference in a new issue