Skip to content

Commit

Permalink
Fix flashback not working with Viral Spawning (#13144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cguy7777 authored Dec 18, 2024
1 parent 73b63d1 commit 2f2c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/v/ViralSpawning.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ViralSpawning(UUID ownerId, CardSetInfo setInfo) {
Zone.GRAVEYARD,
new ConditionalContinuousEffect(
new GainAbilitySourceEffect(
new FlashbackAbility(this, new ManaCostsImpl<>("{2}{G}")), Duration.Custom, true
new FlashbackAbility(this, new ManaCostsImpl<>("{2}{G}")), Duration.WhileInGraveyard, true
), CorruptedCondition.instance, "as long as an opponent has three or more " +
"poison counters and {this} is in your graveyard, it has flashback {2}{G}"
)
Expand Down

0 comments on commit 2f2c7ee

Please sign in to comment.