Adventure fixes

Bugfix for Arena quest objectives that previously caused offer dialog to hang
Redo of Teferi Hideout collisions / terrain
This commit is contained in:
jjayers99
2023-05-27 00:09:25 -04:00
parent c46cab158e
commit 4a56991f6c
3 changed files with 366 additions and 9 deletions

View File

@@ -179,6 +179,9 @@ public class AdventureQuestData implements Serializable {
stage.initialize();
switch (stage.objective){
case Arena:
stage.setTargetPOI(poiTokens);
break;
case Clear:
stage.setTargetPOI(poiTokens);
break;