1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-12 09:11:05 -09:00

fixed Subira, Tulzidi Caravannder ability text

This commit is contained in:
Evan Kranzler 2020-07-09 20:12:34 -04:00
parent c73183edd7
commit 15719fea0f

View file

@ -111,4 +111,9 @@ class SubiraTulzidiCaravannerAbility extends DelayedTriggeredAbility {
public SubiraTulzidiCaravannerAbility copy() {
return new SubiraTulzidiCaravannerAbility(this);
}
@Override
public String getRule() {
return "Until end of turn, whenever a creature you control with power 2 or less deals combat damage to a player, draw a card.";
}
}