share/hedgewars/Data/Scripts/Multiplayer/Frenzy.lua
changeset 15132 378efa87f558
parent 15069 e16f906224fd
child 15133 73d8cc72239e
equal deleted inserted replaced
15131:a77b0e339929 15132:378efa87f558
    64 	--Approximation of Official Settings
    64 	--Approximation of Official Settings
    65 	--SuddenDeathTurns = 10
    65 	--SuddenDeathTurns = 10
    66 	--WaterRise = 47
    66 	--WaterRise = 47
    67 	--HealthDecrease = 0
    67 	--HealthDecrease = 0
    68 
    68 
       
    69 	for s=1, #frenzyAmmos do
       
    70 		SetAmmoSlot(frenzyAmmos[s], s)
       
    71 	end
       
    72 	SetAmmoSlot(amSkip, 10)
    69 end
    73 end
    70 
    74 
    71 function onGameStart()
    75 function onGameStart()
    72 	showStartingInfo()
    76 	showStartingInfo()
    73 end
    77 end