Use same reference for timer file--just a cleanup
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user