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