share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/journey.lua
changeset 12374 ad481d9d48fb
parent 12373 b43c00e36369
child 12375 3126214d0e7d
equal deleted inserted replaced
12373:b43c00e36369 12374:ad481d9d48fb
   805 function CheckLeaksDead()
   805 function CheckLeaksDead()
   806   return leaksDead
   806   return leaksDead
   807 end
   807 end
   808 
   808 
   809 function DoLeaksDead()
   809 function DoLeaksDead()
       
   810   EndTurn(true)
   810   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   811   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   811   DismissTeam(loc("Natives"))
   812   DismissTeam(loc("Natives"))
   812 end
   813 end
   813 
   814 
   814 function CheckDenseDead()
   815 function CheckDenseDead()
   815   return denseDead
   816   return denseDead
   816 end
   817 end
   817 
   818 
   818 function DoDenseDead()
   819 function DoDenseDead()
       
   820   EndTurn(true)
   819   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   821   AddCaption(loc("The village, unprepared, was destroyed by the cyborgs..."))
   820   DismissTeam(loc("Natives"))
   822   DismissTeam(loc("Natives"))
   821 end
   823 end
   822 
   824 
   823 function CheckTookBlowTorch()
   825 function CheckTookBlowTorch()