- Removed hardcoded stuff of Jedit Ojanen of Efrava.

This commit is contained in:
jendave
2011-08-06 20:37:21 +00:00
parent a6c864b64b
commit 824bf3d543

View File

@@ -1715,6 +1715,7 @@ public class CombatUtil {
}//Witch-Maw Nephilim }//Witch-Maw Nephilim
/*
else if(c.getName().equals("Jedit Ojanen of Efrava") && !c.getCreatureAttackedThisCombat()) { else if(c.getName().equals("Jedit Ojanen of Efrava") && !c.getCreatureAttackedThisCombat()) {
final Card jedit = c; final Card jedit = c;
Ability ability2 = new Ability(c, "0") { Ability ability2 = new Ability(c, "0") {
@@ -1734,7 +1735,7 @@ public class CombatUtil {
AllZone.Stack.add(ability2); AllZone.Stack.add(ability2);
}//Jedit }//Jedit */
else if(c.getName().equals("Preeminent Captain") && !c.getCreatureAttackedThisCombat()) { else if(c.getName().equals("Preeminent Captain") && !c.getCreatureAttackedThisCombat()) {
System.out.println("Preeminent Captain Attacks"); System.out.println("Preeminent Captain Attacks");