PKMN: Make Exp All early (#1422)

This commit is contained in:
Joethepic 2023-03-05 03:08:32 -06:00 committed by GitHub
parent e78800d1bc
commit 3a68ce3faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class PokemonRedBlueWorld(World):
# damage being reduced by 1 which leads to a "not very effective" message appearing due to my changes
# to the way effectiveness messages are generated.
self.type_chart = sorted(chart, key=lambda matchup: -matchup[2])
self.multiworld.early_items[self.player]["Exp. All"] = 1
def create_items(self) -> None:
start_inventory = self.multiworld.start_inventory[self.player].value.copy()