mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
* Dragonlord Dromoka - Fixed that the can't cast ability did not work.
This commit is contained in:
parent
7db82d8312
commit
357aa418f9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class DragonlordDromokaEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean applies(GameEvent event, Ability source, Game game) {
|
||||
if (game.getActivePlayerId().equals(source.getSourceId()) &&
|
||||
if (game.getActivePlayerId().equals(source.getControllerId()) &&
|
||||
game.getPlayer(source.getControllerId()).hasOpponent(event.getPlayerId(), game)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue