mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00: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
|
@Override
|
||||||
public boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game) {
|
public boolean applies(UUID sourceId, Ability source, UUID affectedControllerId, Game game) {
|
||||||
return true;
|
return source.isControlledBy(affectedControllerId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue