- C14: Added Loreseeker's Stone

This commit is contained in:
swordshine
2014-12-02 13:33:50 +00:00
parent 00753f486f
commit 2de56b09cc
3 changed files with 13 additions and 0 deletions

View File

@@ -249,6 +249,10 @@ public class ManaCostAdjustment {
if (!sa.isMorphUp()) {
return;
}
} else if (params.get("Type").equals("SelfIntrinsicAbility")) {
if (!(sa instanceof AbilityActivated) || sa.isReplacementAbility() || sa.isTemporary()) {
return;
}
}
}
if (params.containsKey("AffectedZone")) {