- Added The Immortal Sun

This commit is contained in:
swordshine
2018-01-11 11:09:08 +08:00
parent 1f5375fed2
commit fe8ec70159
2 changed files with 14 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ public class StaticAbilityCantBeCast {
return false;
}
if (params.containsKey("Loyalty") && !(spellAbility.getRestrictions().isPwAbility())) {
return false;
}
if (params.containsKey("TapAbility") && !(spellAbility.getPayCosts().hasTapCost())) {
return false;
}