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():
|
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)
|
||||||
|
|
Loading…
Reference in New Issue