From 9a3646ffa3d3566b64cadc504fdb72576717cbc7 Mon Sep 17 00:00:00 2001 From: jennylihan Date: Mon, 19 Aug 2019 19:31:48 +0800 Subject: [PATCH] Update chest.py --- adventure/seafloor/coral_reef/chest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index f72250c..ff3f315 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -15,7 +15,8 @@ def monster1(): def monster2(): print(" *rumble* *rumble* *rumble* \n") print(" A SEA MONSTER APPEARS FROM THE REEF! \n") - print(" All of a sudden, you realize there's treasure! And the sea monster sees it too! No time to look. You grab the treasure from the chest.") + print(" The sea monster must have seen you open the chest!") + print(" There's no time to squander. You grab the treasure from the chest without taking a closer look!") print(" Quick, use mkdir to make a \"bag\" directory and mv to") print(" hide the treasure.png in the bag. ") print(" Then get back to the surface ASAP! The monster is coming! \n")