mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Fixed compile error on getFixedTarget and failed test on new lower names
This commit is contained in:
parent
a2b6f83a3e
commit
5b0e71021d
5 changed files with 18 additions and 20 deletions
|
|
@ -93,11 +93,6 @@ class ProgenitusProtectionAbility extends ProtectionAbility {
|
|||
return new ProgenitusProtectionAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Protection from everything";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canTarget(MageObject source, Game game) {
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -141,12 +141,7 @@ class TeferisProtectionAbility extends ProtectionAbility {
|
|||
public TeferisProtectionAbility copy() {
|
||||
return new TeferisProtectionAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Protection from everything";
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean canTarget(MageObject source, Game game) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue