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