mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LTTP: fix open pyramid for real this time (#1393)
This commit is contained in:
@@ -20,7 +20,7 @@ def GetBeemizerItem(world, player: int, item):
|
||||
|
||||
|
||||
# should be replaced with direct world.create_item(item) call in the future
|
||||
def ItemFactory(items, player: int):
|
||||
def ItemFactory(items: typing.Union[str, typing.Iterable[str]], player: int):
|
||||
from worlds.alttp import ALTTPWorld
|
||||
world = ALTTPWorld(None, player)
|
||||
ret = []
|
||||
|
Reference in New Issue
Block a user