Improved interactions between pay X and other effects;

This commit is contained in:
Oleg Agafonov 2019-06-21 11:40:52 +04:00
commit bb1c9c072c
20 changed files with 1051 additions and 2 deletions

View file

@ -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) {