Use same reference for timer file--just a cleanup
This commit is contained in:
parent
ef76c34adc
commit
814b7f7643
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue