share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/backstab.lua
changeset 14445 12940929cb66
parent 14443 6b1fe6d0a26b
child 14485 f37910a73c19
equal deleted inserted replaced
14444:d084fc76c566 14445:12940929cb66
   657   SetHealth(spyHog, 26)
   657   SetHealth(spyHog, 26)
   658 end
   658 end
   659 
   659 
   660 function AfterStartAnim()
   660 function AfterStartAnim()
   661   AnimSwitchHog(natives[leaksNum])
   661   AnimSwitchHog(natives[leaksNum])
   662   EndTurn(true)
       
   663   stage = spyKillStage
   662   stage = spyKillStage
   664   AddEvent(CheckChoice, {}, DoChoice, {}, 0)
   663   AddEvent(CheckChoice, {}, DoChoice, {}, 0)
   665   AddEvent(CheckKilledOther, {}, DoKilledOther, {}, 0)
   664   AddEvent(CheckKilledOther, {}, DoKilledOther, {}, 0)
   666   AddEvent(CheckChoiceRefuse, {}, DoChoiceRefuse, {}, 0)
   665   AddEvent(CheckChoiceRefuse, {}, DoChoiceRefuse, {}, 0)
   667   ShowMission(loc("Backstab"), loc("Judas"),
   666   ShowMission(loc("Backstab"), loc("Judas"),