[VOC] Glass-Cast Heart - Fixed incorrect minimum attackers (fixes #8489)

This commit is contained in:
Daniel Bomar 2021-11-30 13:53:31 -06:00
parent 2d54a2e313
commit 97557487b2
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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.