Update POI spawning again

Vanilla commits:

d98cc5d700

e2afec6a21

5b85b311ed

55518ed792

4a5cb525ef
This commit is contained in:
ebaydayz
2016-12-07 12:57:06 -05:00
parent 2160437e79
commit dab70963d6
29 changed files with 382 additions and 359 deletions

View File

@@ -68,7 +68,7 @@ for "_i" from 1 to (CAMP_NUM) do
if (count (nearestObjects [_position, [CAMP_CONTAINER_BASE], CAMP_MIN_DIST]) < 1) exitWith {};
};
diag_log format ["Spawning an infected camp (%1) at %2", _composition, _position];
diag_log format ["DEBUG: Spawning an infected camp (%1) at %2", _composition, _position];
//Spawn composition
_compositionObjects = [_position, random 360,_composition] call spawnComposition;