* Dragonlord Dromoka - Fixed that the can't cast ability did not work.

This commit is contained in:
LevelX2 2015-03-21 01:09:30 +01:00
parent 7db82d8312
commit 357aa418f9

View file

@ -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;
} }