mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Fixed Rot Wolf (wasn't optional)
This commit is contained in:
parent
77fcd382ce
commit
0dc56b7858
2 changed files with 5 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class RotWolf extends CardImpl<RotWolf> {
|
|||
|
||||
this.addAbility(InfectAbility.getInstance());
|
||||
// Whenever a creature dealt damage by Rot Wolf this turn dies, you may draw a card.
|
||||
this.addAbility(new DiesAndDealtDamageThisTurnTriggeredAbility(new DrawCardControllerEffect(1)));
|
||||
this.addAbility(new DiesAndDealtDamageThisTurnTriggeredAbility(new DrawCardControllerEffect(1), true));
|
||||
}
|
||||
|
||||
public RotWolf(final RotWolf card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue