From f1b1c83c4efce6539c3cb832b313d8aa0f9722ee Mon Sep 17 00:00:00 2001 From: jennylihan Date: Mon, 19 Aug 2019 19:20:15 +0800 Subject: [PATCH] Update chest.py --- adventure/seafloor/coral_reef/chest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index d902042..f7a139c 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -17,7 +17,7 @@ def monster2(): print(" A SEA MONSTER APPEARS FROM THE REEF! \n") print(" All of a sudden, treasure has appeared! And the sea monster sees it too! No time to look. 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(" hide the treasure.png in the bag. ") 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()