From b00eb53ebb20d893924e7c9984e1cbc071df27c5 Mon Sep 17 00:00:00 2001 From: CookieCat <81494827+CookieCat45@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:11:27 -0400 Subject: [PATCH] Update worlds/ahit/Rules.py Co-authored-by: Ixrec --- worlds/ahit/Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)