Other changes

This commit is contained in:
Ragora 2013-03-17 23:06:58 -04:00
parent 182661dd82
commit 6170ff8255
13 changed files with 1716 additions and 1849 deletions

View file

@ -261,7 +261,7 @@ function ccKillZombies(%sender)
logEcho(%sender.nameBase@" ("@%sender@") killed all zombies and cured all infected people");
%zgroup = nameToID("MissionCleanup/ZombieGroup");
%zcount = %zgroup.getCount();
for (%i = 0; %i < %zcount; %i++)
for (%i = %zcount; %i > 0; %i--)
{
%zombie = %zgroup.getObject(%i);
if (isObject(%zombie))