- More fixes (quest and combat).

This commit is contained in:
jendave
2011-08-06 04:59:00 +00:00
parent a3964c07ca
commit 1f1068f77e
2 changed files with 3 additions and 2 deletions

View File

@@ -4744,7 +4744,8 @@ public class GameActionUtil {
}; // ability2
ability2.setStackDescription("Guilty Conscience deals " + damage + " damage to " + c.getName());
AllZone.Stack.add(ability2);
if (damage >= 0)
AllZone.Stack.add(ability2);
}
public static void executeGuiltyConscienceEffects(Card c, Card source, int n) {

View File

@@ -150,7 +150,7 @@ public class Gui_WinLose extends JFrame implements NewConstants {
if (turn < 1)
turn = 1;
winLose.setWinTurn(game, AllZone.Phase.getTurn());
winLose.setWinTurn(game, turn);
winLose.setMulliganedToZero(game, AllZone.GameInfo.getHumanMulliganedToZero());
//winLose.setWinTurn(winLose.countWinLose()-1, AllZone.Phase.getTurn());