mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue