From b8a4e1f2a68fc988e7215417b789bbc190ea147c Mon Sep 17 00:00:00 2001 From: Florian Aucomte <33633200+faucomte97@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:28:37 -0500 Subject: [PATCH] fix: Update level 39 hint (#1499) --- game/messages.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/game/messages.py b/game/messages.py index a9004da5e..7ff6aa77a 100644 --- a/game/messages.py +++ b/game/messages.py @@ -948,9 +948,8 @@ def description_level39(): # TODO: Update when we update this level def hint_level39(): return ( - "Uh oh, moving around the blocks in your 'general algorithm' might not " - "be the most efficient solution. How about creating a simple solution " - "without 'if statements' that will help the van reach the house?" + "You'll need to modify your general algorithm here so you can get back" + "on track if you hit a dead end." "

" "Hint: Cows don't like noise" )