mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[ALA] fixed Rafiq of the Many not granting double strike (fixes #8769)
This commit is contained in:
parent
9e0ea945ca
commit
22e1cf4c88
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue