mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added another icon.
- Some quest fixes.
This commit is contained in:
@@ -794,7 +794,7 @@ public class GameAction {
|
||||
int gameNumber = 0;
|
||||
if (Constant.Runtime.WinLose.getWin()==1)
|
||||
gameNumber = 1;
|
||||
Constant.Runtime.WinLose.setWinMethod(gameNumber,"Battle of Wits");
|
||||
Constant.Runtime.WinLose.setWinMethod(gameNumber,"Milled");
|
||||
|
||||
life.setLife(0);
|
||||
checkStateEffects();
|
||||
|
||||
@@ -246,7 +246,10 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
||||
else
|
||||
{
|
||||
quest.subtractCredits(15);
|
||||
JOptionPane.showMessageDialog(null, "You FAIL! You have lost 15 credits.");
|
||||
String fileName = "HeartIcon.png";
|
||||
ImageIcon icon = getIcon(fileName);
|
||||
|
||||
JOptionPane.showMessageDialog(null, "You FAIL! You have lost 15 credits.", "Awwww", JOptionPane.INFORMATION_MESSAGE, icon);
|
||||
}
|
||||
|
||||
if(quest.shouldAddAdditionalCards(winLose.didWinRecently())) {
|
||||
|
||||
Reference in New Issue
Block a user