Use same reference for timer file--just a cleanup

This commit is contained in:
Chris Proctor 2024-09-07 10:47:58 -04:00
parent ef76c34adc
commit 814b7f7643
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ VICTORY = [
def reset(): def reset():
if Path('bag').exists(): if Path('bag').exists():
rmtree('bag') rmtree('bag')
Path('adventure/seafloor/coral_reef/.timer').unlink() Path(CHEST_TIMER_FILE).unlink()
def win(): def win():
print_fancy(VICTORY) print_fancy(VICTORY)