share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 13687 a8b2a5e7e9db
parent 13583 141cdfe0f3ca
child 13740 2bb7141496a9
equal deleted inserted replaced
13686:3651c63f3c84 13687:a8b2a5e7e9db
   229      loc("All your hedgehogs must be above the marked height!") .."|"..
   229      loc("All your hedgehogs must be above the marked height!") .."|"..
   230      loc("Hint: Drilling holes should solve everything.").."|"..
   230      loc("Hint: Drilling holes should solve everything.").."|"..
   231      loc("Hint: It might be a good idea to place a girder before starting to drill. Just saying.").."|"..
   231      loc("Hint: It might be a good idea to place a girder before starting to drill. Just saying.").."|"..
   232      string.format(loc("Hint: %s needs to get really close to the princess!"), nativeNames[m5DeployedNum]).."|"..
   232      string.format(loc("Hint: %s needs to get really close to the princess!"), nativeNames[m5DeployedNum]).."|"..
   233      loc("Mines time: 5 seconds"), 1, 7000)
   233      loc("Mines time: 5 seconds"), 1, 7000)
   234   vCirc = AddVisualGear(0,0,vgtCircle,0,true)
   234   local vCirc = AddVisualGear(0,0,vgtCircle,0,true)
   235   SetVisualGearValues(vCirc, 2625, 1500, 100, 255, 1, 10, 0, 120, 3, 0xff00ffff)
   235   SetVisualGearValues(vCirc, 2625, 1500, 100, 255, 1, 10, 0, 120, 3, 0xff00ffff)
   236 end
   236 end
   237 
   237 
   238 function SkipPrincessFreedAnim()
   238 function SkipPrincessFreedAnim()
   239   Victory()
   239   Victory()