forked from External/mage
fix Arboria
This commit is contained in:
parent
a096c0a7c3
commit
fc56204699
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ class ArboriaEffect extends RestrictionEffect {
|
|||
if (defenderId == null) {
|
||||
return true;
|
||||
}
|
||||
if (!game.getPlayers().containsKey(defenderId)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
CastSpellYourLastTurnWatcher watcher = game.getState().getWatcher(CastSpellYourLastTurnWatcher.class);
|
||||
if (watcher != null && watcher.getAmountOfSpellsCastOnPlayersTurn(defenderId) > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue