Merge pull request #5396 from garypwn/fix-commander-ninjutsu

Fix Commander Ninjutsu (fixes #5395)
This commit is contained in:
LevelX2 2018-10-26 12:11:43 +02:00 committed by GitHub
commit d4bf09b035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {