mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Hoping that the server or client replaces {this} with the owner's name.
This commit is contained in:
parent
0548ff7467
commit
e69895a448
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class CantBlockAbility extends SimpleStaticAbility {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Flying";
|
||||
return "{this} can't block";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue