share/hedgewars/Data/Maps/Control/map.lua
changeset 15151 13e7d4eccb67
parent 15150 a41b8b154f74
equal deleted inserted replaced
15150:a41b8b154f74 15151:13e7d4eccb67
   332 		else
   332 		else
   333 			reN = 15
   333 			reN = 15
   334 		end
   334 		end
   335 	end
   335 	end
   336 
   336 
   337 	for h=1, numhhs do
   337 	for h=0, numhhs-1 do
   338 		-- Tardis screws up the game too much, teams might not get killed correctly after victory
   338 		-- Tardis screws up the game too much, teams might not get killed correctly after victory
   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.