From f1726461c0d5cb82cce902c8ef11a4778787a53a Mon Sep 17 00:00:00 2001 From: Nathan Lovato <12694995+NathanLovato@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:57:05 +0200 Subject: [PATCH] content: clarify requirements in lesson 21 combo practice fix #708 --- course/lesson-21-strings/lesson.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lesson-21-strings/lesson.tres b/course/lesson-21-strings/lesson.tres index e05dd81e..979fce13 100644 --- a/course/lesson-21-strings/lesson.tres +++ b/course/lesson-21-strings/lesson.tres @@ -177,7 +177,7 @@ Populate the combo array with animation names as strings. Then, for each action in the array, call the [code]play_animation()[/code] function to play them. -The robot should do the following actions in order: [code]jab, jab, uppercut[/code]." +The array should contain three values, so the robot makes these three attacks: two jabs followed by one uppercut." starting_code = "func run(): combo = []" cursor_line = 0