From c5c0f24a5f13eb2bba6b5784eb7e5f2f8826c3f8 Mon Sep 17 00:00:00 2001 From: Ouaz Date: Thu, 18 Aug 2022 15:16:13 +0200 Subject: [PATCH] Add "Wait" command in "Idle Units" tutorial (#7672) * Add "Wait" command in "Idle Units" tutorial * Improve wording for "Wait" command tutorial --- android/assets/jsons/Tutorials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Tutorials.json b/android/assets/jsons/Tutorials.json index 32c1da8ce1..242f9701f7 100644 --- a/android/assets/jsons/Tutorials.json +++ b/android/assets/jsons/Tutorials.json @@ -159,7 +159,7 @@ { "name": "Idle Units", "steps": [ - "If you don't want to move a unit this turn, you can skip it by clicking 'Next unit' again.\nIf you won't be moving it for a while, you can have the unit enter Fortify or Sleep mode - \n units in Fortify or Sleep are not considered idle units.\nIf you want to disable the 'Next unit' feature entirely, you can toggle it in Menu -> Check for idle units." + "If you don't want to move a unit this turn, you can skip it by clicking 'Next unit' again.\nIf you won't be moving it for a while, you can have the unit enter Fortify or Sleep mode - \n units in Fortify or Sleep are not considered idle units.\nIf you have not decided yet what an unit should do for the current turn, choose the 'Wait' command. A 'waiting' unit will be selected again at the end of the 'Next Unit' cycle, once all other units have received their orders.\nIf you want to disable the 'Next unit' feature entirely, you can toggle it in Menu -> Check for idle units." ] }, {