mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Archiv Trap - Fixed that Archiv Traps's alternate casting cost did not care about Trinisphere like effects.
This commit is contained in:
parent
76f51848a3
commit
8990163a7e
2 changed files with 51 additions and 37 deletions
|
|
@ -179,7 +179,6 @@ public class AlternativeCostSourceAbility extends StaticAbility implements Alter
|
|||
if (rule != null) {
|
||||
return rule;
|
||||
}
|
||||
// you may cast Massacre without paying its mana cost.
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (condition != null) {
|
||||
sb.append(condition.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue