formatting

This commit is contained in:
CookieCat
2024-05-22 13:08:56 -04:00
parent 322f482d51
commit 63411f64b8

View File

@@ -703,9 +703,9 @@ def is_valid_first_act(world: "HatInTimeWorld", act: Region) -> bool:
return False
# Need to be able to hover
if (diff < Difficulty.EXPERT or world.options.ShuffleSubconPaintings and world.options.NoPaintingSkips) \
and act.name == "Your Contract has Expired":
return False
if act.name == "Your Contract has Expired":
if diff < Difficulty.EXPERT or world.options.ShuffleSubconPaintings and world.options.NoPaintingSkips:
return False
if act.name == "Dead Bird Studio":
# No umbrella logic = moderate, umbrella logic = expert.