mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix small error
This commit is contained in:
parent
49176297b0
commit
9dab515c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public final class BrazenCollector extends CardImpl {
|
|||
this.addAbility(FirstStrikeAbility.getInstance());
|
||||
|
||||
// Whenever Brazen Collector attacks, add {R}. Until end of turn, you don't lose this mana as steps and phases end.
|
||||
this.addAbility(new AttacksTriggeredAbility(new BirgiGodOfStorytellingManaEffect()));
|
||||
this.addAbility(new AttacksTriggeredAbility(new BrazenCollectorEffect()));
|
||||
}
|
||||
|
||||
private BrazenCollector(final BrazenCollector card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue