mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Minor watcher fix
This commit is contained in:
parent
84f9d8e01b
commit
af4cc4fc5d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue