[ALA] fixed Rafiq of the Many not granting double strike (fixes #8769)

This commit is contained in:
Evan Kranzler 2022-03-14 22:46:04 -04:00
parent 9e0ea945ca
commit 22e1cf4c88

View file

@ -34,7 +34,7 @@ public final class RafiqOfTheMany extends CardImpl {
// Whenever a creature you control attacks alone, it gains double strike until end of turn.
this.addAbility(new AttacksAloneControlledTriggeredAbility(new GainAbilityTargetEffect(
DoubleStrikeAbility.getInstance(), Duration.EndOfTurn
).setText("it gains double strike until end of turn")));
).setText("it gains double strike until end of turn"), true, false));
}
private RafiqOfTheMany(final RafiqOfTheMany card) {