equal
deleted
inserted
replaced
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. |