minor rewordings
This commit is contained in:
parent
dfd4df1207
commit
5edfba6fa7
|
@ -41,8 +41,8 @@ def win():
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
if not Path("adventure/seafloor/coral_reef/.timer").exists():
|
if not Path("adventure/seafloor/coral_reef/.timer").exists():
|
||||||
|
|
||||||
print(" It seems you are not yet ready to end your adventure. More secrets")
|
print(" Your adventure has only just begun. You are not yet ready to return")
|
||||||
print(" await you in the ocean's depths.")
|
print(" to the ship. More secrets await you in the ocean's depths.")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if not Path("./bag/treasure.png").exists():
|
if not Path("./bag/treasure.png").exists():
|
||||||
|
|
Loading…
Reference in New Issue