Fix Virulent Wound text

This commit is contained in:
Alex W. Jackson 2021-11-04 01:04:48 -04:00
parent 8456d8f868
commit 3c732d1212

View file

@ -50,7 +50,7 @@ class VirulentWoundEffect extends OneShotEffect {
public VirulentWoundEffect() {
super(Outcome.UnboostCreature);
this.staticText = "Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter";
this.staticText = "When that creature dies this turn, its controller gets a poison counter";
}
public VirulentWoundEffect(final VirulentWoundEffect effect) {