mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-22 03:31:17 +00:00
Merge pull request #171 from AngelRionCervi/changing-picking-pattern-again-and-again-and-again
changing pick order
This commit is contained in:
commit
e2dc987d6d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue