share/hedgewars/Data/Maps/Control/map.lua
changeset 15129 a41b8b154f74
parent 15005 1b3d788e7350
child 15130 13e7d4eccb67
equal deleted inserted replaced
15128:40537955de63 15129:a41b8b154f74
   339 		-- if a hog is still in time-travel.
   339 		-- if a hog is still in time-travel.
   340 		-- This could be fixed, removing the Tardis is just a simple and lazy fix.
   340 		-- This could be fixed, removing the Tardis is just a simple and lazy fix.
   341 		AddAmmo(hhs[h], amTardis, 0)
   341 		AddAmmo(hhs[h], amTardis, 0)
   342 		-- Resurrector is pointless, all hogs are already automatically resurrected.
   342 		-- Resurrector is pointless, all hogs are already automatically resurrected.
   343 		AddAmmo(hhs[h], amResurrector, 0)
   343 		AddAmmo(hhs[h], amResurrector, 0)
       
   344 		-- Remove suicidal weapons as they might wipe out the team
       
   345 		AddAmmo(hhs[h], amKamikaze, 0)
       
   346 		AddAmmo(hhs[h], amPiano, 0)
   344 	end
   347 	end
   345 
   348 
   346 	ShowMission(missionName, missionCaption, missionHelp, 0, 0)
   349 	ShowMission(missionName, missionCaption, missionHelp, 0, 0)
   347 
   350 
   348 end
   351 end