mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +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
|
@Override
|
||||||
public boolean applies(GameEvent event, Ability source, Game game) {
|
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)) {
|
game.getPlayer(source.getControllerId()).hasOpponent(event.getPlayerId(), game)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue