diff --git a/worlds/ahit/Rules.py b/worlds/ahit/Rules.py index 028b062224..07061d6ead 100644 --- a/worlds/ahit/Rules.py +++ b/worlds/ahit/Rules.py @@ -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)