- Converted Mijae Djinn

This commit is contained in:
swordshine
2013-06-13 08:53:26 +00:00
parent c12d510e2d
commit 8bfeeb5447
2 changed files with 6 additions and 9 deletions

View File

@@ -1028,14 +1028,8 @@ public class CombatUtil {
} // creatureAttacked
// Annihilator
// Mijae Djinn
if (c.getName().equals("Mijae Djinn")) {
if (!GuiDialog.flipCoin(c.getController(), c)) {
game.getCombat().removeFromCombat(c);
c.tap();
}
} // Mijae Djinn
else if (c.getName().equals("Witch-Maw Nephilim") && !c.getDamageHistory().getCreatureAttackedThisCombat()
if (c.getName().equals("Witch-Maw Nephilim") && !c.getDamageHistory().getCreatureAttackedThisCombat()
&& (c.getNetAttack() >= 10)) {
final Card charger = c;
final Ability ability2 = new Ability(c, ManaCost.ZERO) {