mirror of
https://github.com/Ragora/T2-ACCM.git
synced 2026-03-17 19:30:44 +00:00
Other changes
This commit is contained in:
parent
182661dd82
commit
6170ff8255
13 changed files with 1716 additions and 1849 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue