ACF1: Change rope challenge confirm key to [Attack]
authorWuzzy <almikes@aol.com>
Sat, 30 Sep 2017 02:09:43 +0200
changeset 12606 f1e0fa009eb7
parent 12605 d05a159e7874
child 12607 9bdcd73a4021
ACF1: Change rope challenge confirm key to [Attack]
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