Update loot and zombie spawn, change some count/foreach

This commit is contained in:
A Man
2020-04-07 16:33:19 +02:00
parent dfe80e75c4
commit 2b98eb1fd5
5 changed files with 24 additions and 24 deletions

View File

@@ -34,6 +34,6 @@ _zPos set [2, (_zPos select 2) + 1.7];
};
};
if (!_isOk) exitWith {false};
} forEach playableUnits;
} count playableUnits;
_isOk
_isOk