From 76ca1543edf19832d763697b108df19d875fe791 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 01:51:23 +0200 Subject: [PATCH] Mention puzzle mode in howto. --- naja/scenes/howto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/naja/scenes/howto.py b/naja/scenes/howto.py index b231dc3..de113de 100644 --- a/naja/scenes/howto.py +++ b/naja/scenes/howto.py @@ -41,7 +41,8 @@ class HowtoScene(Scene): "", "After moving, you must select an action. Some actions " "require the correct bits to be set before they can be " - "selected. After the action, the tile will be replaced.", + "selected. After the action, the tile will be replaced " + "(except in puzzle mode).", "Some actions cost health {HEALTH}. If you run out of " "health {HEALTH}, you lose.", "Some actions gain you points {WINTOKEN}. Once you have " -- 2.34.1