forked from External/mage
fixed issue with Kruphix, God of Horizons and Horizon Stone causing endless replacement effect loop
This commit is contained in:
parent
51c9121f5e
commit
2ffa719278
7 changed files with 137 additions and 75 deletions
|
|
@ -17,7 +17,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author nantuko
|
||||
*/
|
||||
public class ConditionalMana extends Mana implements Serializable {
|
||||
public class ConditionalMana extends Mana implements Serializable, Emptiable {
|
||||
|
||||
/**
|
||||
* Conditions that should be met (all or any depending on comparison scope)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue