mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Snarespinner - fixed wrong text
This commit is contained in:
parent
b7b3bc4474
commit
d088166954
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class SnarespinnerTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Whenever {this} blocks a creature with flying, {} gets +2/+0 until end of turn";
|
return "Whenever {this} blocks a creature with flying, {this} gets +2/+0 until end of turn";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue