mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Minor fix.
This commit is contained in:
@@ -190,8 +190,6 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
|||||||
if (Constant.Quest.fantasyQuest[0]) {
|
if (Constant.Quest.fantasyQuest[0]) {
|
||||||
int extraLife = 0;
|
int extraLife = 0;
|
||||||
|
|
||||||
System.out.println("Gui_WinLose: "+model.event.getEventType()); // ghandi
|
|
||||||
|
|
||||||
if (model.event.getEventType().equals("challenge")) {
|
if (model.event.getEventType().equals("challenge")) {
|
||||||
if (model.quest.getInventory().hasItem("Zeppelin")) {
|
if (model.quest.getInventory().hasItem("Zeppelin")) {
|
||||||
extraLife = 3;
|
extraLife = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user