mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-16 17:01:39 +00:00
again
This commit is contained in:
parent
5844f30210
commit
6549e49363
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