equal
deleted
inserted
replaced
298 TurnTimeLeft = TurnTime |
298 TurnTimeLeft = TurnTime |
299 ShowMission(loc("Dragon's Lair"), loc("Obstacle course"), loc("In order to get to the other side, you need to collect the crates first.|") .. |
299 ShowMission(loc("Dragon's Lair"), loc("Obstacle course"), loc("In order to get to the other side, you need to collect the crates first.|") .. |
300 loc("As the ammo is sparse, you might want to reuse ropes while mid-air.|") .. |
300 loc("As the ammo is sparse, you might want to reuse ropes while mid-air.|") .. |
301 loc("If you wish to restart the course, hold [Precise] while your turn ends (e.g with Skip)!|") .. |
301 loc("If you wish to restart the course, hold [Precise] while your turn ends (e.g with Skip)!|") .. |
302 loc("The enemy can't move but it might be a good idea to stay out of sight!|") .. |
302 loc("The enemy can't move but it might be a good idea to stay out of sight!|") .. |
303 loc("You have ") .. SuddenDeathTurns .. loc(" turns until Sudden Death! Better hurry!"), 1, 0) |
303 string.format(loc("You have %d turns until Sudden Death! Better hurry!"), SuddenDeathTurns), 1, 0) |
304 end |
304 end |
305 |
305 |
306 function SkipKillAnim() |
306 function SkipKillAnim() |
307 AnimSwitchHog(native) |
307 AnimSwitchHog(native) |
308 AnimWait(native, 1) |
308 AnimWait(native, 1) |