diff --git a/src/open_samus_returns_rando/specific_patches/game_patches.py b/src/open_samus_returns_rando/specific_patches/game_patches.py index 8fa1d14..5c8a66c 100644 --- a/src/open_samus_returns_rando/specific_patches/game_patches.py +++ b/src/open_samus_returns_rando/specific_patches/game_patches.py @@ -45,7 +45,7 @@ def _remove_pb_weaknesses(editor: PatcherEditor, configuration: dict): if func_s.params.Param1.value: func_s.params.Param1.value = "SPAZER_BEAM" - # Blobthrowers/Blockingplants + # Blobthrowers/Steel Orbs if configuration["beam_burst_buff"]: PLANT_FILES = [ "actors/characters/blobthrower/charclasses/blobthrower.bmsad",