mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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 {
|
||||
this.addCustomOutcome(Outcome.AIDontUseIt);
|
||||
}
|
||||
|
||||
return !game.getCombat().getAttackers().isEmpty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue