Remove the first area from being auto-unlocked when questing is enabled

This commit is contained in:
KingRainbow44
2023-04-15 13:33:30 -04:00
parent c672a2d9cb
commit 6989d49080
2 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ public class ExecUnlockPoint extends QuestExecHandler {
// Unlock the trans point for the player.
int sceneId = Integer.parseInt(paramStr[0]);
int pointId = Integer.parseInt(paramStr[1]);
// TODO: Determine if the point is a statue.
// This is currently a hardcoded value.
boolean isStatue = quest.getMainQuestId() == 303 || quest.getMainQuestId() == 352;
// Done.