forked from External/mage
Wrathful Raptors - fixed wrong targeting by AI (#11960)
This commit is contained in:
parent
aaddca61b2
commit
f04fcc43ef
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class WrathfulRaptorsTriggeredAbility extends TriggeredAbilityImpl {
|
|||
class WrathfulRaptorsEffect extends OneShotEffect {
|
||||
|
||||
WrathfulRaptorsEffect() {
|
||||
super(Outcome.Benefit);
|
||||
super(Outcome.Damage);
|
||||
}
|
||||
|
||||
private WrathfulRaptorsEffect(final WrathfulRaptorsEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue