This commit is contained in:
AngelRionCervi 2020-08-11 04:40:48 +02:00
parent 5844f30210
commit 6549e49363

View file

@ -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;