--- 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