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

Hoping that the server or client replaces {this} with the owner's name.

This commit is contained in:
maurer.it 2010-12-28 23:42:34 -05:00
parent 0548ff7467
commit e69895a448

View file

@ -37,7 +37,7 @@ public class CantBlockAbility extends SimpleStaticAbility {
@Override
public String getRule() {
return "Flying";
return "{this} can't block";
}
@Override