From 89012d7836131607afe3603a42a4efa95c63d881 Mon Sep 17 00:00:00 2001 From: jennylihan Date: Mon, 19 Aug 2019 19:12:13 +0800 Subject: [PATCH] Update chest.py --- adventure/seafloor/coral_reef/chest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index f0eb9a3..5684330 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -10,7 +10,7 @@ def treasure(): def monster1(): print(" *rumble* *rumble* *rumble* \n") - print(" You look around the reef, but nothing seems out of place.\n") + print(" You look around the reef and you notice treasure has appeared!\n") def monster2(): print(" *rumble* *rumble* *rumble* \n") @@ -18,8 +18,8 @@ def monster2(): print(" Without looking you grab the treasure from the chest.") print(" Quick, use mkdir to make a \"bag\" directory and mv to") print(" hide the treasure in the bag. ") - print(" Then get back to the surface ASAP! The moster is coming! \n") - print(" Don't forget to take your treasure bag with you!") + print(" Then get back to the surface ASAP! The monster is coming! \n") + print(" Don't forget to take your treasure bag with you up to the top directory!") now = datetime.datetime.now() with open(".timer", "w") as keyfile: keyfile.write(str(now))