mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Remove temporary solution "OptionSets" in favor of AutoWorld's Options
This commit is contained in:
@@ -2,10 +2,11 @@ from typing import Optional
|
||||
|
||||
from BaseClasses import Location, Item, CollectionState
|
||||
from ..AutoWorld import World
|
||||
from .Options import alttp_options
|
||||
|
||||
class ALTTPWorld(World):
|
||||
game: str = "A Link to the Past"
|
||||
|
||||
options = alttp_options
|
||||
def collect(self, state: CollectionState, item: Item) -> bool:
|
||||
if item.name.startswith('Progressive '):
|
||||
if 'Sword' in item.name:
|
||||
|
Reference in New Issue
Block a user