Merge pull request #171 from AngelRionCervi/changing-picking-pattern-again-and-again-and-again

changing pick order
This commit is contained in:
Absurdon 2020-08-11 07:33:56 +02:00 committed by GitHub
commit e2dc987d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;