share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua
changeset 13145 5083fb0a2992
parent 12900 a9e4e8fa852c
child 13583 141cdfe0f3ca
equal deleted inserted replaced
13144:9a0b1288315e 13145:5083fb0a2992
   304     {func = AnimSwitchHog, args = {natives[leaksNum]}}
   304     {func = AnimSwitchHog, args = {natives[leaksNum]}}
   305   }
   305   }
   306 end
   306 end
   307 -----------------------------Misc--------------------------------------
   307 -----------------------------Misc--------------------------------------
   308 function GetVariables()
   308 function GetVariables()
   309   m8Scene = tonumber(GetCampaignVar("M8Scene")) or waterScene
   309   m8Scene = tonumber(GetCampaignVar("M8Scene")) or princessScene
   310   -- waterScene is for fallback if campaign var was not found
   310   -- princessScene is for fallback if campaign var was not found
   311 end
   311 end
   312 
   312 
   313 function AddHogs()
   313 function AddHogs()
   314 	AddTeam(loc("Natives"), 29439, "Bone", "Island", "HillBilly", "cm_birdy")
   314 	AddTeam(loc("Natives"), 29439, "Bone", "Island", "HillBilly", "cm_birdy")
   315   for i = 1, 5 do
   315   for i = 1, 5 do