share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
changeset 12797 981036f1bdef
parent 12794 bca911f8e804
child 12901 bdf8e80a97b8
equal deleted inserted replaced
12796:d97fa936778e 12797:981036f1bdef
   966 
   966 
   967 function DoOnFirstGirder()
   967 function DoOnFirstGirder()
   968   PlaceCourseMines()
   968   PlaceCourseMines()
   969   ShowMission(loc("The Journey Back"), loc("Slippery"), 
   969   ShowMission(loc("The Journey Back"), loc("Slippery"), 
   970     loc("Collect the weapon crate at the left coast!") .. "|" ..
   970     loc("Collect the weapon crate at the left coast!") .. "|" ..
   971     loc("You'd better watch your steps..."), 0, 4000)
   971     loc("You'd better watch your steps...") .. "|" ..
       
   972     loc("Mines time: 3 seconds"), 0, 4000)
   972 end
   973 end
   973 
   974 
   974 function CheckTookSniper()
   975 function CheckTookSniper()
   975   return sniperTaken and StoppedGear(leaks)
   976   return sniperTaken and StoppedGear(leaks)
   976 end
   977 end