Update worlds/ahit/Rules.py

Co-authored-by: Ixrec <ericrhitchcock@gmail.com>
This commit is contained in:
CookieCat
2024-03-25 18:11:27 -04:00
committed by GitHub
parent 5700b74f61
commit b00eb53ebb

View File

@@ -410,7 +410,7 @@ def set_specific_rules(world: "HatInTimeWorld"):
if difficulty >= Difficulty.HARD:
set_hard_rules(world)
if difficulty >= 2:
if difficulty >= Difficulty.EXPERT:
set_expert_rules(world)