diff --git a/final.md b/final.md index db17e92..3f2ba3e 100644 --- a/final.md +++ b/final.md @@ -8,13 +8,13 @@ # Hidden in Plain Sight ## Step 1 -The goon who planned the heist is hidden among the crowd. Help Wonder Woman check each person to figure out which is the goon in disguise and then use the lasso of truth to get the final painting piece. +The criminal who planned the heist is hidden among the crowd. Help Wonder Woman check each person to figure out which is the thief in disguise and then use the lasso of truth to get the final painting piece. **Blocks Available:** ``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. ``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. -``||ww:attendee is the goon ||`` - Return a boolean (*true* | *false*) of whether the attendee is a goon or not. -``||ww:Lasso goon ||`` - Causes Wonder Woman to use her lasso of truth on a goon. +``||ww:attendee is the thief ||`` - Return a boolean (*true* | *false*) of whether the attendee is the thief or not. +``||ww:Lasso thief ||`` - Causes Wonder Woman to use her lasso of truth on the thief. ``||loops:repeat times||`` - Repeat code the given *number* of times. ``||loops:while ||`` - Repeatedly run the code while the boolean is *true*. ``||logic:if / then||`` - Checks if a condition is *true* and then does something if it is. diff --git a/sneak.md b/sneak.md index 64b603e..6598bab 100644 --- a/sneak.md +++ b/sneak.md @@ -8,12 +8,12 @@ # Stealth Mission ## Step 1 -Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. She'll need to sneak behind and takedown the goon. +Help Wonder Woman move through the room without triggering the alarm by avoiding the lasers. She'll need to sneak behind and takedown the criminal. **Blocks Available:** ``||ww:Move by ||`` - Wonder Woman will move in that *direction* the given *number* of blocks. ``||ww:Turn ||`` - Wonder Woman will turn in the given *direction*. -``||ww:Takedown goon ||`` - Stealthily knock out the goon in the given *direction*. +``||ww:Takedown criminal ||`` - Stealthily knock out the criminal in the given *direction*. ``||loops:repeat times||`` - Repeat code the given *number* of times. ```ghost