mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Witness: Fix Itemlinks
This commit is contained in:
@@ -248,6 +248,9 @@ class WitnessWorld(World):
|
|||||||
|
|
||||||
return WitnessItem(item_name, item_data.classification, item_data.ap_code, player=self.player)
|
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):
|
class WitnessLocation(Location):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user