mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
* Chromatic Orrey - Fixed that the spend mana effect was applied to all players (fixes #6950).
This commit is contained in:
parent
113121d3e1
commit
8bb6d1201f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class ChromaticOrreryEffect extends AsThoughEffectImpl implements AsThoughManaEf
|
|||
|
||||
@Override
|
||||
public boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game) {
|
||||
return true;
|
||||
return source.isControlledBy(affectedControllerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue