mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- More fixes (quest and combat).
This commit is contained in:
@@ -4744,7 +4744,8 @@ public class GameActionUtil {
|
|||||||
}; // ability2
|
}; // ability2
|
||||||
|
|
||||||
ability2.setStackDescription("Guilty Conscience deals " + damage + " damage to " + c.getName());
|
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) {
|
public static void executeGuiltyConscienceEffects(Card c, Card source, int n) {
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
|||||||
if (turn < 1)
|
if (turn < 1)
|
||||||
turn = 1;
|
turn = 1;
|
||||||
|
|
||||||
winLose.setWinTurn(game, AllZone.Phase.getTurn());
|
winLose.setWinTurn(game, turn);
|
||||||
winLose.setMulliganedToZero(game, AllZone.GameInfo.getHumanMulliganedToZero());
|
winLose.setMulliganedToZero(game, AllZone.GameInfo.getHumanMulliganedToZero());
|
||||||
|
|
||||||
//winLose.setWinTurn(winLose.countWinLose()-1, AllZone.Phase.getTurn());
|
//winLose.setWinTurn(winLose.countWinLose()-1, AllZone.Phase.getTurn());
|
||||||
|
|||||||
Reference in New Issue
Block a user