- Duelist's Heritage will no longer give an opponent's creature Double-Strike. (JayDi85)

This commit is contained in:
jeffwadsworth 2020-07-16 10:12:10 -05:00
parent 6b26c40d1d
commit e149e9ef95

View file

@ -76,7 +76,6 @@ class DuelistsHeritageTriggeredAbility extends TriggeredAbilityImpl {
} else {
this.addCustomOutcome(Outcome.AIDontUseIt);
}
return !game.getCombat().getAttackers().isEmpty();
}