mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #5396 from garypwn/fix-commander-ninjutsu
Fix Commander Ninjutsu (fixes #5395)
This commit is contained in:
commit
d4bf09b035
1 changed files with 1 additions and 1 deletions
|
@ -199,8 +199,8 @@ class RevealNinjutsuCardCost extends CostImpl {
|
|||
for (CommandObject coj : game.getState().getCommand()) {
|
||||
if (coj != null && coj.getId().equals(ability.getSourceId())) {
|
||||
card = game.getCard(ability.getSourceId());
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (card != null) {
|
||||
|
|
Loading…
Reference in a new issue