From e69895a448d8713c23a5f96f8d02cd3776c5c30c Mon Sep 17 00:00:00 2001 From: "maurer.it" Date: Tue, 28 Dec 2010 23:42:34 -0500 Subject: [PATCH] Hoping that the server or client replaces {this} with the owner's name. --- Mage/src/mage/abilities/common/CantBlockAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/abilities/common/CantBlockAbility.java b/Mage/src/mage/abilities/common/CantBlockAbility.java index 69ef81433fa..58b55c0422b 100644 --- a/Mage/src/mage/abilities/common/CantBlockAbility.java +++ b/Mage/src/mage/abilities/common/CantBlockAbility.java @@ -37,7 +37,7 @@ public class CantBlockAbility extends SimpleStaticAbility { @Override public String getRule() { - return "Flying"; + return "{this} can't block"; } @Override