share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/queen.lua
changeset 12362 f57053c4551d
parent 12264 41542ed28fe4
child 12398 5d805b345343
equal deleted inserted replaced
12361:05fe955e2763 12362:f57053c4551d
   486 function AfterLeaderDeadAnim()
   486 function AfterLeaderDeadAnim()
   487   SetHealth(SpawnHealthCrate(130, 455), 25)
   487   SetHealth(SpawnHealthCrate(130, 455), 25)
   488   SetHealth(SpawnHealthCrate(2087, 50), 25)
   488   SetHealth(SpawnHealthCrate(2087, 50), 25)
   489   SetHealth(SpawnHealthCrate(2143, 54), 25)
   489   SetHealth(SpawnHealthCrate(2143, 54), 25)
   490   SetHealth(SpawnHealthCrate(70, 1308), 25)
   490   SetHealth(SpawnHealthCrate(70, 1308), 25)
   491   ShowMission(loc("Long Live The Queen"), loc("Bullseye"), lob("Good job! Defeat the rest of the aliens!"), 1, 0)
   491   ShowMission(loc("Long Live The Queen"), loc("Bullseye"), loc("Good job! Defeat the rest of the aliens!"), 1, 0)
   492   TurnTimeLeft = 0
   492   TurnTimeLeft = 0
   493 end
   493 end
   494 -----------------------------Events------------------------------------
   494 -----------------------------Events------------------------------------
   495 function CheckTurnsOver()
   495 function CheckTurnsOver()
   496   return TotalRounds > 6
   496   return TotalRounds > 6