mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
[VOC] Glass-Cast Heart - Fixed incorrect minimum attackers (fixes #8489)
This commit is contained in:
parent
2d54a2e313
commit
97557487b2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class GlassCastHeart extends CardImpl {
|
|||
|
||||
// Whenever one or more Vampires you control attack, create a Blood token.
|
||||
this.addAbility(new AttacksWithCreaturesTriggeredAbility(
|
||||
new CreateTokenEffect(new BloodToken()), 0, filter
|
||||
new CreateTokenEffect(new BloodToken()), 1, filter
|
||||
).setTriggerPhrase("Whenever one or more Vampires you control attack, "));
|
||||
|
||||
// {B}, {T}, Pay 1 life: Create a 1/1 white and black Vampire creature token with lifelink.
|
||||
|
|
Loading…
Reference in a new issue