diff -r 35d154745d7a -r 0ba32e5412ce share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/dragon.lua --- a/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/dragon.lua Sun Aug 26 01:31:38 2012 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/dragon.lua Thu Aug 30 12:46:57 2012 -0400 @@ -299,7 +299,7 @@ TurnTimeLeft = TurnTime ShowMission(loc("Dragon's Lair"), loc("Obstacle course"), loc("In order to get to the other side, you need to collect the crates first.|") .. loc("As the ammo is sparse, you might want to reuse ropes while mid-air.|") .. - loc("If you wish to restart the course, press [Precise]!|") .. + loc("If you wish to restart the course, hold [Precise] while your turn ends (e.g with Skip)!|") .. loc("The enemy can't move but it might be a good idea to stay out of sight!|") .. loc("You have ") .. SuddenDeathTurns .. loc(" turns until Sudden Death! Better hurry!"), 1, 0) end @@ -633,3 +633,7 @@ retry = true end end + +function onPreciseUp() + retry = false +end