This commit is contained in:
CookieCat
2024-05-15 21:07:28 -04:00
parent 530b65cd64
commit 6951766755

View File

@@ -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: