share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua
changeset 15130 13e7d4eccb67
parent 15129 a41b8b154f74
child 15252 515a4a317e52
equal deleted inserted replaced
15129:a41b8b154f74 15130:13e7d4eccb67
   522 
   522 
   523 	for i=0, ClansCount-1 do
   523 	for i=0, ClansCount-1 do
   524 		fCaptures[i] = 0
   524 		fCaptures[i] = 0
   525 	end
   525 	end
   526 
   526 
   527 	for h=1, numhhs do
   527 	for h=0, numhhs-1 do
   528 		-- Hogs are resurrected for free, so this is pointless
   528 		-- Hogs are resurrected for free, so this is pointless
   529 		AddAmmo(hhs[h], amResurrector, 0)
   529 		AddAmmo(hhs[h], amResurrector, 0)
   530 		-- Remove suicidal weapons as they might wipe out the team
   530 		-- Remove suicidal weapons as they might wipe out the team
   531 		AddAmmo(hhs[h], amKamikaze, 0)
   531 		AddAmmo(hhs[h], amKamikaze, 0)
   532 		AddAmmo(hhs[h], amPiano, 0)
   532 		AddAmmo(hhs[h], amPiano, 0)