From 6951766755867a38abb9093529b2dc9a3b63fc5c Mon Sep 17 00:00:00 2001 From: CookieCat Date: Wed, 15 May 2024 21:07:28 -0400 Subject: [PATCH] a --- worlds/ahit/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/Options.py b/worlds/ahit/Options.py index 00ed716bdc..87b3768c00 100644 --- a/worlds/ahit/Options.py +++ b/worlds/ahit/Options.py @@ -47,7 +47,7 @@ def adjust_options(world: "HatInTimeWorld"): if world.options.Tasksanity: world.options.ShipShapeCustomTaskGoal = world.options.TasksanityCheckCount * world.options.TasksanityTaskStep else: - world.options.ShipShapeCustomTaskGoal = 18 + world.options.ShipShapeCustomTaskGoal.value = 18 # Don't allow Rush Hour goal if DLC2 content is disabled if world.options.EndGoal == EndGoal.option_rush_hour and not world.options.EnableDLC2: