From 73b876efe637be0c2a60e94816d085325c1f0996 Mon Sep 17 00:00:00 2001 From: jjayers99 <56438137+jjayers99@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:33:20 -0500 Subject: [PATCH] Adventure - Quest hotfixes --- .../src/forge/adventure/util/AdventureQuestEvent.java | 4 ++-- forge-gui/res/adventure/Shandalar/world/quests.json | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/forge-gui-mobile/src/forge/adventure/util/AdventureQuestEvent.java b/forge-gui-mobile/src/forge/adventure/util/AdventureQuestEvent.java index 65977eca59f..36eb80cb547 100644 --- a/forge-gui-mobile/src/forge/adventure/util/AdventureQuestEvent.java +++ b/forge-gui-mobile/src/forge/adventure/util/AdventureQuestEvent.java @@ -10,8 +10,8 @@ public class AdventureQuestEvent { public PointOfInterest poi; public EnemySprite enemy; public ItemData item; - public Boolean clear; - public Boolean winner; + public boolean clear; + public boolean winner; public String flagName; public int flagValue; public int count1; diff --git a/forge-gui/res/adventure/Shandalar/world/quests.json b/forge-gui/res/adventure/Shandalar/world/quests.json index 1241c972e26..84f16e0811a 100644 --- a/forge-gui/res/adventure/Shandalar/world/quests.json +++ b/forge-gui/res/adventure/Shandalar/world/quests.json @@ -671,7 +671,7 @@ }, "POIToken": "", "prerequisiteIDs": [ - 2 + 1 ] }, { @@ -958,6 +958,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeGreen" ], @@ -1218,6 +1219,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeBlack" ], @@ -1626,6 +1628,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeWhite", "Human" @@ -1848,6 +1851,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeRed" ], @@ -2163,6 +2167,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeBlue" ], @@ -2450,6 +2455,7 @@ "mapFlagValue": 1, "count1": 30, "objective": "Hunt", + "worldMapOK": true, "enemyTags": [ "BiomeColorless" ],