Clean up typos in game text
This commit is contained in:
parent
4825451351
commit
856cf390ea
|
@ -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:",
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue