forked from External/mage
fext tixes
This commit is contained in:
parent
77f15413e6
commit
f16b5881e8
61 changed files with 223 additions and 224 deletions
|
|
@ -12,10 +12,12 @@ import mage.game.permanent.Permanent;
|
|||
|
||||
/**
|
||||
* "Shadow" keyword
|
||||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public class ShadowAbility extends EvasionAbility implements MageSingleton {
|
||||
private static final ShadowAbility instance = new ShadowAbility();
|
||||
|
||||
private static final ShadowAbility instance = new ShadowAbility();
|
||||
|
||||
private Object readResolve() throws ObjectStreamException {
|
||||
return instance;
|
||||
|
|
@ -31,7 +33,7 @@ public class ShadowAbility extends EvasionAbility implements MageSingleton {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>";
|
||||
return "shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue