From 1af1772e70fa10bb88e6bcb2300db25e5be37ab1 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Tue, 17 Oct 2023 15:08:07 +0100 Subject: [PATCH] fix: Update level 39 hint --- 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" )