share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12049 030464f34d47
parent 11968 1de4d6b35748
child 12077 ce3860c82c8b
equal deleted inserted replaced
12048:475a1289f940 12049:030464f34d47
    27 	Map = "Bath" -- The map to be played
    27 	Map = "Bath" -- The map to be played
    28 	Theme = "Bath" -- The theme to be used
    28 	Theme = "Bath" -- The theme to be used
    29 	SuddenDeathTurns = 99999
    29 	SuddenDeathTurns = 99999
    30 
    30 
    31 
    31 
    32 	AddTeam(loc("Bloody Rookies"), 14483456, "Simple", "Island", "Default")
    32 	AddTeam(loc("Bloody Rookies"), 14483456, "Simple", "Island", "Default", "cm_duckhead")
    33 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    33 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    34 	instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega")
    34 	instructor = AddHog(loc("Instructor"), 0, 100, "sf_vega")
    35 
    35 
    36 	AddTeam(loc("Blue Team"), 29439, "Simple", "Island", "Default")
    36 	AddTeam(loc("Blue Team"), 29439, "Simple", "Island", "Default", "somalia")
    37 	enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull")
    37 	enemy = AddHog(loc("Filthy Blue"), 1, 100, "Skull")
    38 
    38 
    39 	SetGearPosition(player,146,902)
    39 	SetGearPosition(player,146,902)
    40 	SetGearPosition(instructor,317,902)
    40 	SetGearPosition(instructor,317,902)
    41 	SetGearPosition(enemy,1918,837)
    41 	SetGearPosition(enemy,1918,837)