mirror of
https://github.com/correl/mage.git
synced 2024-12-28 11:14:13 +00:00
Fix Virulent Wound text
This commit is contained in:
parent
8456d8f868
commit
3c732d1212
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue