From 856cf390ea513fe6556fc60aec5832e430fe6110 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Wed, 12 Jul 2023 13:55:33 -0400 Subject: [PATCH] Clean up typos in game text --- adventure/seafloor/coral_reef/chest.py | 2 +- adventure/seafloor/sunken_ship/ship.txt | 1 + adventure/sinking.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/adventure/seafloor/coral_reef/chest.py b/adventure/seafloor/coral_reef/chest.py index bdba041..29b0f8a 100644 --- a/adventure/seafloor/coral_reef/chest.py +++ b/adventure/seafloor/coral_reef/chest.py @@ -31,7 +31,7 @@ MONSTER1 = [ MONSTER2 = [ "*rumble* *rumble* *rumble*", "A SEA MONSTER APPEARS FROM THE REEF!", - "The sea monster must have seen you open the chest! There's no time to squander. You grab the treasure from the chest without taking a closer look! Quick, make a bag and store your treasure inside, using the following comamnds:", + "The sea monster must have seen you open the chest! There's no time to squander. You grab the treasure from the chest without taking a closer look! Quick, make a bag and store your treasure inside, using the following commands:", "mkdir bag", "mv treasure.jpg bag", "Then get back to the surface ASAP! Don't forget to take your treasure bag with you. Remember, `..` means 'the parent directory,' so these commands will move the bag to the parent directory and then move yourself:", diff --git a/adventure/seafloor/sunken_ship/ship.txt b/adventure/seafloor/sunken_ship/ship.txt index 6643b8b..0803ea6 100644 --- a/adventure/seafloor/sunken_ship/ship.txt +++ b/adventure/seafloor/sunken_ship/ship.txt @@ -3,3 +3,4 @@ of steel and powered by engines. You climb up in the deck, and see a large hole allowing access to the inner chambers. You flick on your suit's light and go inside. + diff --git a/adventure/sinking.txt b/adventure/sinking.txt index d9dc56b..6aef1cf 100644 --- a/adventure/sinking.txt +++ b/adventure/sinking.txt @@ -6,4 +6,4 @@ on the seafloor. You relax, allowing your body to gently float down... To continue, you need to go into the seafloor directory by typing - "cd seafloor". Once you're there, type "ls" to see what's inside. + "cd seafloor". Once you're there, type `ls` to see what's inside.