forked from External/mage
Improved interactions between pay X and other effects;
This commit is contained in:
commit
bb1c9c072c
20 changed files with 1051 additions and 2 deletions
|
|
@ -499,7 +499,7 @@ public final class ManaUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* all ability/effect code with "new GenericManaCost" must be replaced by createManaCost call
|
||||
* all ability/effect code with "= new GenericManaCost" must be replaced by createManaCost call
|
||||
*/
|
||||
public static ManaCost createManaCost(int genericManaCount, boolean payAsX) {
|
||||
if (payAsX) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue