[Pokémon R/B] Fixes (#1096)

* Prevent legendaries from being shuffled into restless soul encounter

* Prevent Poke Tower 6F wild mons from being same as restless soul

* fix non-deterministic generation
This commit is contained in:
Alchav
2022-10-13 13:55:21 -04:00
committed by GitHub
parent 6b9073acd7
commit 3bd4ef3f3d
3 changed files with 24 additions and 10 deletions

View File

@@ -130,8 +130,6 @@ class PokemonRedBlueWorld(World):
locations.append(location)
self.world.random.choice(locations).place_locked_item(item)
if not self.world.badgesanity[self.player].value:
self.world.non_local_items[self.player].value -= self.item_name_groups["Badges"]
for i in range(5):