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
|
|
@ -5,6 +5,7 @@ import java.util.UUID;
|
|||
import mage.ConditionalMana;
|
||||
import mage.MageObject;
|
||||
import mage.Mana;
|
||||
import mage.Emptiable;
|
||||
import mage.constants.Duration;
|
||||
import mage.constants.ManaType;
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ import mage.constants.ManaType;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class ManaPoolItem implements Serializable {
|
||||
public class ManaPoolItem implements Serializable, Emptiable {
|
||||
|
||||
private int red = 0;
|
||||
private int green = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue