mirror of
https://github.com/correl/mage.git
synced 2025-04-09 17:00:09 -09:00
- Duelist's Heritage will no longer give an opponent's creature Double-Strike. (JayDi85)
This commit is contained in:
parent
6b26c40d1d
commit
e149e9ef95
1 changed files with 9 additions and 10 deletions
|
@ -76,7 +76,6 @@ class DuelistsHeritageTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
} else {
|
} else {
|
||||||
this.addCustomOutcome(Outcome.AIDontUseIt);
|
this.addCustomOutcome(Outcome.AIDontUseIt);
|
||||||
}
|
}
|
||||||
|
|
||||||
return !game.getCombat().getAttackers().isEmpty();
|
return !game.getCombat().getAttackers().isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue