mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Subira, Tulzidi Caravannder ability text
This commit is contained in:
parent
c73183edd7
commit
15719fea0f
1 changed files with 5 additions and 0 deletions
|
@ -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.";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue