share/hedgewars/Data/Maps/Basketball/map.lua
changeset 12084 8f222872d432
parent 12082 ce3860c82c8b
child 12086 ed40d46c9e59
equal deleted inserted replaced
12083:99bfd35b3924 12084:8f222872d432
    11 	TurnTime = 20000
    11 	TurnTime = 20000
    12 	CaseFreq = 0
    12 	CaseFreq = 0
    13 	MinesNum = 0
    13 	MinesNum = 0
    14 	Explosives = 0
    14 	Explosives = 0
    15 	Delay = 500
    15 	Delay = 500
    16 	SuddenDeathTurns = 99999 -- "disable" sudden death
       
    17     Map = 'BasketballField'
    16     Map = 'BasketballField'
       
    17 	-- Disable Sudden Death
       
    18 	WaterRise = 0
       
    19 	HealthDecrease = 0
    18 end
    20 end
    19 
    21 
    20 function onGameStart()
    22 function onGameStart()
    21 	ShowMission(loc("Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0)
    23 	ShowMission(loc("Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0)
    22 	started = true
    24 	started = true