mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
* Veil of Summer - fixed that it doesn't count blue spells;
This commit is contained in:
parent
f166724562
commit
f572ace420
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class VeilOfSummerWatcher extends Watcher {
|
|||
if (spell == null) {
|
||||
return;
|
||||
}
|
||||
if (spell.getColor(game).isBlack() || spell.getColor(game).isBlack()) {
|
||||
if (spell.getColor(game).isBlack() || spell.getColor(game).isBlue()) {
|
||||
opponentsCastBlueBlackSpell.addAll(game.getOpponents(spell.getControllerId()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue