mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08: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…
Add table
Add a link
Reference in a new issue