equal
deleted
inserted
replaced
263 {func = AnimSwitchHog, args = {natives[leaksNum]}} |
263 {func = AnimSwitchHog, args = {natives[leaksNum]}} |
264 } |
264 } |
265 end |
265 end |
266 -----------------------------Misc-------------------------------------- |
266 -----------------------------Misc-------------------------------------- |
267 function GetVariables() |
267 function GetVariables() |
268 m8Scene = tonumber(GetCampaignVar("M8Scene")) |
268 m8Scene = tonumber(GetCampaignVar("M8Scene")) or waterScene |
|
269 -- waterScene is for fallback if campaign var was not found |
269 end |
270 end |
270 |
271 |
271 function AddHogs() |
272 function AddHogs() |
272 AddTeam(loc("Natives"), 29439, "Bone", "Island", "HillBilly", "cm_birdy") |
273 AddTeam(loc("Natives"), 29439, "Bone", "Island", "HillBilly", "cm_birdy") |
273 for i = 1, 5 do |
274 for i = 1, 5 do |