TUNIC: Add option groups, fix option descriptions (#3344)
* Add option groups, fix up option descriptions * Change sword progression description back * Add missed newline change, missed space after asterisk
This commit is contained in:
@@ -8,7 +8,7 @@ from .er_rules import set_er_location_rules
|
||||
from .regions import tunic_regions
|
||||
from .er_scripts import create_er_regions
|
||||
from .er_data import portal_mapping
|
||||
from .options import TunicOptions, EntranceRando
|
||||
from .options import TunicOptions, EntranceRando, tunic_option_groups
|
||||
from worlds.AutoWorld import WebWorld, World
|
||||
from worlds.generic import PlandoConnection
|
||||
from decimal import Decimal, ROUND_HALF_UP
|
||||
@@ -27,6 +27,7 @@ class TunicWeb(WebWorld):
|
||||
]
|
||||
theme = "grassFlowers"
|
||||
game = "TUNIC"
|
||||
option_groups = tunic_option_groups
|
||||
|
||||
|
||||
class TunicItem(Item):
|
||||
|
||||
Reference in New Issue
Block a user