diff --git a/return_to_ship.py b/return_to_ship.py index dd6446e..28a5ff0 100644 --- a/return_to_ship.py +++ b/return_to_ship.py @@ -35,7 +35,7 @@ VICTORY = [ def reset(): if Path('bag').exists(): rmtree('bag') - Path('adventure/seafloor/coral_reef/.timer').unlink() + Path(CHEST_TIMER_FILE).unlink() def win(): print_fancy(VICTORY)