mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Rapacious Dragon creating a single treaure token
This commit is contained in:
parent
ca9ecc6035
commit
b0181539f3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class RapaciousDragon extends CardImpl {
|
|||
|
||||
// When Rapacious Dragon enters the battlefield, create two Treasure tokens.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(
|
||||
new CreateTokenEffect(new TreasureToken())
|
||||
new CreateTokenEffect(new TreasureToken(), 2)
|
||||
.setText("create two Treasure tokens. <i>(They’re artifacts with " +
|
||||
"\"{T}, Sacrifice this artifact: Add one mana of any color.\")</i>")
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue