Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Aug 16, 2024
1 parent 89a58bd commit d209e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/mm2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ def fill_hook(self,
if item.name in rbm_names
and item.player == self.player]
placed_item = self.random.choice(valid_second)
rbm_defeated = f"{robot_masters[self.options.starting_robot_master.value]} - Defeated"
rbm_defeated = (f"{robot_masters[self.options.starting_robot_master.value].replace('Defeated', '')}"
f" - Defeated")
rbm_location = self.get_location(rbm_defeated)
rbm_location.place_locked_item(placed_item)
progitempool.remove(placed_item)
Expand Down

0 comments on commit d209e30

Please sign in to comment.