share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 12262 2c11b8f5fa4d
parent 12261 69217c8c91fe
child 12263 2c8e7e73ef58
--- 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