Skip to content

Commit

Permalink
drop raft change
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Dec 8, 2024
1 parent 4642ebb commit daa2e33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions worlds/raft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ def fill_slot_data(self):
"DeathLink": bool(self.options.death_link)
}

def get_filler_item_name(self) -> str:
return super().get_filler_item_name()


def create_region(world: MultiWorld, player: int, name: str, locations=None, exits=None):
ret = Region(name, player, world)
if locations:
Expand Down

0 comments on commit daa2e33

Please sign in to comment.