share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua
changeset 15134 a41b8b154f74
parent 15072 d59da429d22c
child 15135 13e7d4eccb67
equal deleted inserted replaced
15133:40537955de63 15134:a41b8b154f74
   525 	end
   525 	end
   526 
   526 
   527 	for h=1, numhhs do
   527 	for h=1, numhhs 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
       
   531 		AddAmmo(hhs[h], amKamikaze, 0)
       
   532 		AddAmmo(hhs[h], amPiano, 0)
   530 	end
   533 	end
   531 
   534 
   532 	updateScores()
   535 	updateScores()
   533 
   536 
   534 	SendStat(siGraphTitle, loc("Score graph"))
   537 	SendStat(siGraphTitle, loc("Score graph"))