Update init.sqf

Update to use KK's Array Shuffle Plus function. Shuffle the array 5 times.
This commit is contained in:
worldwidesorrow
2020-01-09 15:57:29 -06:00
committed by GitHub
parent 0f3f522e25
commit 41207ce861

View File

@@ -23,7 +23,7 @@ _WaterHoleArray = [
"WillowLake"
];
_infectedWaterHoles = _WaterHoleArray call fn_shuffleArray;
_infectedWaterHoles = [_WaterHoleArray,5] call fn_shuffleArray;
infectedWaterHoles = [];