diff --git a/lib/gather/gather.js b/lib/gather/gather.js index 01ce7d6..30e53e1 100644 --- a/lib/gather/gather.js +++ b/lib/gather/gather.js @@ -258,11 +258,11 @@ Gather.prototype.modifyGatherer = function (user, callback){ }; // 08/04/20 : 1-1-1-1-1 +// 08/11/20 : 1-2-1-1-1 Gather.prototype.getPickingPattern = function () { const pickingPattern = [ "marine", "alien", - "marine", "alien", "marine", "alien", @@ -272,6 +272,7 @@ Gather.prototype.getPickingPattern = function () { "alien", "marine", "alien", + "marine", ]; return pickingPattern;