diff --git a/returnToShip.py b/returnToShip.py index 66de694..df3cbc3 100644 --- a/returnToShip.py +++ b/returnToShip.py @@ -41,8 +41,8 @@ def win(): now = datetime.now() if not Path("adventure/seafloor/coral_reef/.timer").exists(): - print(" It seems you are not yet ready to end your adventure. More secrets") - print(" await you in the ocean's depths.") + print(" Your adventure has only just begun. You are not yet ready to return") + print(" to the ship. More secrets await you in the ocean's depths.") else: if not Path("./bag/treasure.png").exists():