From e4f888d7ff54b364c4b7d4f2b73bd3137cd2dae3 Mon Sep 17 00:00:00 2001 From: Jacob Wolf Date: Fri, 28 Aug 2020 10:57:32 +0800 Subject: [PATCH] Changing treasure file extension to .png Description of treasure file in chest.py said .jpg but it is now a .png file --- 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 9087d8d..23788e7 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -19,7 +19,7 @@ def monster2(): 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(" hide the treasure.jpg 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()