The Witness: Fix Itemlinks

This commit is contained in:
NewSoupVi 2023-09-24 01:48:20 +02:00 committed by Fabian Dill
parent 124113f3d3
commit b41a1e69b4
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,9 @@ class WitnessWorld(World):
return WitnessItem(item_name, item_data.classification, item_data.ap_code, player=self.player)
def get_filler_item_name(self) -> str:
return "Speed Boost"
class WitnessLocation(Location):
"""