share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 12569 87326fec6ea2
parent 12512 b1c2b0a8a43e
child 12613 34685d3326a7
equal deleted inserted replaced
12568:494d3e1c4810 12569:87326fec6ea2
   186   HideHedge(cyborg)
   186   HideHedge(cyborg)
   187   SetupPlace3()
   187   SetupPlace3()
   188   SetGearMessage(natives[1], 0)
   188   SetGearMessage(natives[1], 0)
   189   AddNewEvent(CheckPrincessFreed, {}, DoPrincessFreed, {}, 0)
   189   AddNewEvent(CheckPrincessFreed, {}, DoPrincessFreed, {}, 0)
   190   EndTurn(true)
   190   EndTurn(true)
   191   ShowMission(loc("Family Reunion"), loc("Salvation"), loc("Get your teammates out of their natural prison and save the princess!|Hint: Drilling holes should solve everything.|Hint: It might be a good idea to place a girder before starting to drill. Just saying.|Hint: All your hedgehogs need to be above the marked height!|Hint: Leaks A Lot needs to get really close to the princess!"), 1, 7000)
   191   ShowMission(loc("Family Reunion"), loc("Salvation"), loc("Get your teammates out of their natural prison and save the princess!|Hint: Drilling holes should solve everything.|Hint: It might be a good idea to place a girder before starting to drill. Just saying.|Hint: All your hedgehogs need to be above the marked height!|Hint: Leaks A Lot needs to get really close to the princess!") .. "|" .. loc("Mines time: 5 seconds"), 1, 7000)
   192   vCirc = AddVisualGear(0,0,vgtCircle,0,true)
   192   vCirc = AddVisualGear(0,0,vgtCircle,0,true)
   193   SetVisualGearValues(vCirc, 2625, 1500, 100, 255, 1, 10, 0, 120, 3, 0xff00ffff)
   193   SetVisualGearValues(vCirc, 2625, 1500, 100, 255, 1, 10, 0, 120, 3, 0xff00ffff)
   194 end
   194 end
   195   
   195   
   196 function SkipMidAnim()
   196 function SkipMidAnim()