Skip to content

Commit

Permalink
fix: Add space in level 39 hint (#1500)
Browse files Browse the repository at this point in the history
* fix: Update level 39 hint

* fix: Properly update level 39 hint

* Resolve conflicts
  • Loading branch information
faucomte97 authored Oct 17, 2023
1 parent 753b893 commit d31a41a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,10 +945,9 @@ def description_level39():
return build_description(title_level39(), message)


# TODO: Update when we update this level
def hint_level39():
return (
"You'll need to modify your general algorithm here so you can get back"
"You'll need to modify your general algorithm here so you can get back "
"on track if you hit a dead end."
"<br><br>"
"Hint: Cows don't like noise"
Expand Down

0 comments on commit d31a41a

Please sign in to comment.