From 9f4e34cfc29236bf2a12317001d48fdcedc11713 Mon Sep 17 00:00:00 2001 From: CookieCat <81494827+CookieCat45@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:34:11 -0400 Subject: [PATCH] Update worlds/ahit/Options.py Co-authored-by: Ixrec --- worlds/ahit/Options.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/worlds/ahit/Options.py b/worlds/ahit/Options.py index d58a12ded2..b99533d437 100644 --- a/worlds/ahit/Options.py +++ b/worlds/ahit/Options.py @@ -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):