mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[MH1] various text fixes
This commit is contained in:
parent
df6acb697d
commit
9fd29bae06
24 changed files with 64 additions and 67 deletions
|
|
@ -1,12 +1,10 @@
|
|||
|
||||
package mage.abilities.common;
|
||||
|
||||
import mage.abilities.effects.common.combat.CantBlockSourceEffect;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.Zone;
|
||||
import mage.abilities.effects.common.combat.CantBlockSourceEffect;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author maurer.it_at_gmail.com
|
||||
*/
|
||||
public class CantBlockAbility extends SimpleStaticAbility {
|
||||
|
|
@ -19,11 +17,6 @@ public class CantBlockAbility extends SimpleStaticAbility {
|
|||
super(ability);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "{this} can't block.";
|
||||
}
|
||||
|
||||
@Override
|
||||
public CantBlockAbility copy() {
|
||||
return new CantBlockAbility(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue