share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 12224 d62d6f8ebef1
parent 12049 030464f34d47
child 12346 fb22caa19600
equal deleted inserted replaced
12223:f30eab4b9b05 12224:d62d6f8ebef1
    91 	Delay = 0
    91 	Delay = 0
    92 	-- The map to be played
    92 	-- The map to be played
    93 	Map = "Ropes"
    93 	Map = "Ropes"
    94 	-- The theme to be used
    94 	-- The theme to be used
    95 	Theme = "Golf"
    95 	Theme = "Golf"
       
    96 	-- Disable Sudden Death
       
    97 	WaterRise = 0
       
    98 	HealthDecrease = 0
    96 
    99 
    97 	-- Create the player team
   100 	-- Create the player team
    98 	AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
   101 	AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
    99 	-- And add a hog to it
   102 	-- And add a hog to it
   100 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")
   103 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")