# HG changeset patch # User Wuzzy # Date 1506730183 -7200 # Node ID f1e0fa009eb7bf6b74af5a9cf818aa308c25a755 # Parent d05a159e7874bd2e896a8f0576a932dc89cec05e ACF1: Change rope challenge confirm key to [Attack] diff -r d05a159e7874 -r f1e0fa009eb7 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua Sat Sep 30 02:04:58 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua Sat Sep 30 02:09:43 2017 +0200 @@ -586,7 +586,7 @@ loc("Your next task is to collect some crates by using the rope!") .. "|" .. loc("Press [Left] and [Right] to change the difficulty.") .. "| |" .. dstr .. "| |" .. - loc("Press [Jump] to begin."), + loc("Press [Attack] to begin."), 0, 300000) end @@ -786,9 +786,8 @@ end onRight = onLeft -function onLJump() +function onAttack() if difficultyChoice == true then DoChoice() end end -onHJump = onLJump