Skip to content

Commit

Permalink
fix: Update level 47 title (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Oct 17, 2023
1 parent a80770b commit aea6c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,8 @@ def title_level47():
def description_level47():
message = (
"Put your knowledge to test. Create an algorithm to lead the van to the "
"house. <br> Don't forget to add a turn and to make the van wait at a "
"traffic light."
"house. <br> Don't forget to add a turn block and this time, you "
"need to avoid cows instead of waiting at traffic lights."
)
return build_description(title_level47(), message)

Expand Down

0 comments on commit aea6c46

Please sign in to comment.