Skip to content

Commit 04b02f5

Browse files
authored
TUNIC: Add aliases to LogicRules (ArchipelagoMW#2825)
1 parent 687af30 commit 04b02f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

worlds/tunic/options.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class AbilityShuffling(Toggle):
3636
class LogicRules(Choice):
3737
"""Set which logic rules to use for your world.
3838
Restricted: Standard logic, no glitches.
39-
No Major Glitches: Ice grapples through doors, shooting the west bell, and boss quick kills are included in logic.
40-
* Ice grappling through the Ziggurat door is not in logic since you will get stuck in there without Prayer
39+
No Major Glitches: Sneaky Laurels zips, ice grapples through doors, shooting the west bell, and boss quick kills are included in logic.
40+
* Ice grappling through the Ziggurat door is not in logic since you will get stuck in there without Prayer.
4141
Unrestricted: Logic in No Major Glitches, as well as ladder storage to get to certain places early.
4242
*Special Shop is not in logic without the Hero's Laurels due to soft lock potential.
4343
*Using Ladder Storage to get to individual chests is not in logic to avoid tedium.
@@ -47,7 +47,9 @@ class LogicRules(Choice):
4747
display_name = "Logic Rules"
4848
option_restricted = 0
4949
option_no_major_glitches = 1
50+
alias_nmg = 1
5051
option_unrestricted = 2
52+
alias_ur = 2
5153
default = 0
5254

5355

0 commit comments

Comments
 (0)