From 5d950dc8f5a1c62869a6332fabf602e136b8099e Mon Sep 17 00:00:00 2001 From: jennylihan Date: Mon, 19 Aug 2019 19:19:53 +0800 Subject: [PATCH] Update chest.py --- adventure/seafloor/coral_reef/chest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index 6d35c29..d902042 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -10,12 +10,12 @@ def treasure(): def monster1(): print(" *rumble* *rumble* *rumble* \n") - print(" If you look around the reef, you notice treasure has appeared!\n") + print(" Around the reef, nothing seems out of place.\n") def monster2(): print(" *rumble* *rumble* *rumble* \n") print(" A SEA MONSTER APPEARS FROM THE REEF! \n") - print(" You look briefly and you grab the treasure from the chest.") + 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(" Then get back to the surface ASAP! The monster is coming! \n")