Package mage.game.stack

Examples of mage.game.stack.Spell.counter()


            Player player = game.getPlayer(spell.getControllerId());
            String message = "Have Molten Influence do 4 damage to you?";
            if (player.chooseUse(Outcome.Damage, message, game)) {
                player.damage(4, source.getSourceId(), game, false, true);
            } else {
                spell.counter(source.getSourceId(), game);
            }
        }
        return false;
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.