# HG changeset patch # User Wuzzy # Date 1492294724 -7200 # Node ID 2c11b8f5fa4d4178175b42c8ef1cce9f6adaeb8e # Parent 69217c8c91feec256cee56544680c4a0d079ef7c Remove incorrect help about restarting mission in ACF mission 6 diff -r 69217c8c91fe -r 2c11b8f5fa4d share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua Sat Apr 15 23:47:53 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua Sun Apr 16 00:18:44 2017 +0200 @@ -298,7 +298,6 @@ 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, 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!|") .. string.format(loc("You have %d turns until Sudden Death! Better hurry!"), SuddenDeathTurns), 1, 0) end @@ -643,6 +642,4 @@ if GameTime > 2500 and AnimInProgress() then SetAnimSkip(true) end - if AnimInProgress() == false then - end end