share/hedgewars/Data/Maps/Basketball/map.lua
changeset 10631 3d164350cc48
parent 9093 4114ce5d885d
child 11198 cc308446f90d
equal deleted inserted replaced
10630:08d0cacf2aec 10631:3d164350cc48
    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
    16 	SuddenDeathTurns = 99999 -- "disable" sudden death
       
    17     Map = 'BasketballField'
    17 end
    18 end
    18 
    19 
    19 function onGameStart()
    20 function onGameStart()
    20 	ShowMission(loc("Hedgewars-Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0)
    21 	ShowMission(loc("Hedgewars-Basketball"), loc("Not So Friendly Match"), loc("Bat your opponents through the|baskets and out of the map!"), -amBaseballBat, 0)
    21 	started = true
    22 	started = true