share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/family.lua
changeset 13138 52d7672363c1
parent 13135 824a75401a61
child 13145 5083fb0a2992
equal deleted inserted replaced
13137:475c9d54a8e2 13138:52d7672363c1
   352   end
   352   end
   353   if not CheckCloseToPrincess() then
   353   if not CheckCloseToPrincess() then
   354     if GetX(natives[2]) == nil and GetX(natives[1]) == nil then
   354     if GetX(natives[2]) == nil and GetX(natives[1]) == nil then
   355       return
   355       return
   356     end
   356     end
   357     HogSay(natives[2], string.format(loc("Finally! We're out of this hellhole. Now go save the princess, %s!"), nativeNames[natives[m5DeployedNum]]), SAY_SAY)
   357     HogSay(natives[2], string.format(loc("Finally! We're out of this hellhole. Now go save the princess, %s!"), nativeNames[m5DeployedNum]), SAY_SAY)
   358   end
   358   end
   359   friendsEscaped = true
   359   friendsEscaped = true
   360 end
   360 end
   361 
   361 
   362 function DoCloseToPrincess()
   362 function DoCloseToPrincess()