- More Champion fixes.

This commit is contained in:
jendave
2011-08-06 04:13:40 +00:00
parent 822b26f5ab
commit 4a402e9cca

View File

@@ -4169,6 +4169,8 @@ public class CardFactory_Creatures {
abilityComes.setTargetCard(target); abilityComes.setTargetCard(target);
AllZone.Stack.add(abilityComes); AllZone.Stack.add(abilityComes);
} }
else
AllZone.GameAction.sacrifice(card);
}//else }//else
}//execute() }//execute()
};//CommandComes };//CommandComes
@@ -4295,9 +4297,7 @@ public class CardFactory_Creatures {
AllZone.Stack.add(abilityComes); AllZone.Stack.add(abilityComes);
} }
else else
{
AllZone.GameAction.sacrifice(card); AllZone.GameAction.sacrifice(card);
}
}//computer }//computer
}//execute() }//execute()
};//CommandComes };//CommandComes
@@ -4461,6 +4461,8 @@ public class CardFactory_Creatures {
abilityComes.setTargetCard(target); abilityComes.setTargetCard(target);
AllZone.Stack.add(abilityComes); AllZone.Stack.add(abilityComes);
} }
else
AllZone.GameAction.sacrifice(card);
}//else }//else
}//execute() }//execute()
};//CommandComes };//CommandComes