KH2: RC1 Bug Fixes (#2530)

Changes the finished_game to new variable so now it only checks the game's memory and if it has sent the finished flag before
Fixed ag2 not requiring 1 of each black magic
Fix hitlist if you exclude summon level 7 and have summon levels option turned off
This commit is contained in:
JaredWeakStrike
2023-12-10 12:58:52 -05:00
committed by GitHub
parent b0a09f67f4
commit 6b0eb7da79
3 changed files with 5 additions and 4 deletions

View File

@@ -465,7 +465,7 @@ class KH2World(World):
if location in self.random_super_boss_list:
self.random_super_boss_list.remove(location)
if not self.options.SummonLevelLocationToggle:
if not self.options.SummonLevelLocationToggle and LocationName.Summonlvl7 in self.random_super_boss_list:
self.random_super_boss_list.remove(LocationName.Summonlvl7)
# Testing if the player has the right amount of Bounties for Completion.