Update worlds/ahit/Options.py

Co-authored-by: Ixrec <ericrhitchcock@gmail.com>
This commit is contained in:
CookieCat
2024-03-25 14:34:11 -04:00
committed by GitHub
parent 0db3dcbddc
commit 9f4e34cfc2

View File

@@ -126,6 +126,9 @@ class ActRandomizer(Choice):
class ActPlando(OptionDict):
"""Plando acts onto other acts. For example, \"Train Rush\": \"Alpine Free Roam\""""
display_name = "Act Plando"
schema = Schema({
str: str
})
class FinaleShuffle(Toggle):