Handle cleanup in zombie spawn.

This commit is contained in:
Andrew Gregory 2016-06-19 20:10:03 +01:00 committed by GitHub
parent 31877ff008
commit be2622abbc

View File

@ -125,8 +125,7 @@ switch _unitClass do {
case "EPOCH_RyanZombie_1": {
for "_i" from 1 to (_spawnLimit - _currentLimit) do
{
_unit = [] call EPOCH_zombieSpawn;
_units pushBack _unit;
[] call EPOCH_zombieSpawn;
};
};
};