mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Removed hardcoded stuff of Jedit Ojanen of Efrava.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user