diff -r 475a1289f940 -r 030464f34d47 share/hedgewars/Data/Missions/Scenario/User_Mission_-_Teamwork.lua --- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Teamwork.lua Wed Nov 23 20:25:44 2016 +0100 +++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Teamwork.lua Wed Nov 23 23:54:55 2016 +0100 @@ -22,12 +22,12 @@ Theme = "Nature" -- The theme to be used SuddenDeathTurns = 99999 - AddTeam(loc("Feeble Resistance"), 14483456, "Simple", "Island", "Default") + AddTeam(loc("Feeble Resistance"), 14483456, "Simple", "Island", "Default", "cm_kiwi") player = AddHog(string.format(loc("Pathetic Hog #%d"), 1), 0, 50, "NoHat") p2 = AddHog(string.format(loc("Pathetic Hog #%d"), 2), 0, 20, "NoHat") --AddTeam("Toxic Team", 1175851, "Simple", "Island", "Robot","cm_binary") - AddTeam(loc("Cybernetic Empire"), 1175851, "Simple", "Island", "Robot", "cm_binary") + AddTeam(loc("Cybernetic Empire"), 1175851, "Simple", "Island", "Robot", "cm_cyborg") enemy = AddHog(loc("Unit 3378"), 5, 30, "cyborg1") SetGearPosition(player,1403,235)