mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added The Immortal Sun
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user