Skip to content

Commit f172646

Browse files
committed
content: clarify requirements in lesson 21 combo practice
fix #708
1 parent 6304cf0 commit f172646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

course/lesson-21-strings/lesson.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Populate the combo array with animation names as strings.
177177
178178
Then, for each action in the array, call the [code]play_animation()[/code] function to play them.
179179
180-
The robot should do the following actions in order: [code]jab, jab, uppercut[/code]."
180+
The array should contain three values, so the robot makes these three attacks: two jabs followed by one uppercut."
181181
starting_code = "func run():
182182
combo = []"
183183
cursor_line = 0

0 commit comments

Comments
 (0)