mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +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");
|
game.informPlayers(source.getSourceObject(game).getIdName() + " didn't apply");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
watcher.copyCount--;
|
||||||
watcher.copyCountApply = watcher.copyCount;
|
watcher.copyCountApply = watcher.copyCount;
|
||||||
Player blockController = game.getPlayer(source.getControllerId());
|
Player blockController = game.getPlayer(source.getControllerId());
|
||||||
if (blockController != null) {
|
if (blockController != null) {
|
||||||
|
|
Loading…
Reference in a new issue