Minor watcher fix

This commit is contained in:
Zzooouhh 2017-10-26 23:20:34 +02:00 committed by GitHub
parent 84f9d8e01b
commit af4cc4fc5d

View file

@ -149,6 +149,7 @@ class MeleeChooseBlockersEffect extends ContinuousRuleModifyingEffectImpl {
game.informPlayers(source.getSourceObject(game).getIdName() + " didn't apply");
return false;
}
watcher.copyCount--;
watcher.copyCountApply = watcher.copyCount;
Player blockController = game.getPlayer(source.getControllerId());
if (blockController != null) {