Wrathful Raptors - fixed wrong targeting by AI (#11960)

This commit is contained in:
jimga150 2024-03-17 22:27:21 -04:00 committed by GitHub
parent aaddca61b2
commit f04fcc43ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ class WrathfulRaptorsTriggeredAbility extends TriggeredAbilityImpl {
class WrathfulRaptorsEffect extends OneShotEffect {
WrathfulRaptorsEffect() {
super(Outcome.Benefit);
super(Outcome.Damage);
}
private WrathfulRaptorsEffect(final WrathfulRaptorsEffect effect) {