#27 Gestion des rencontres

This commit is contained in:
2020-11-20 13:46:43 +01:00
parent 90799b09c6
commit a59db9a22d
6 changed files with 53 additions and 26 deletions

View File

@ -276,9 +276,9 @@ export class TMRUtility {
rencontre.coord = coordTMR;
}
// Forced
rencontre = rencontresTable[0];
rencontre.force = 1;
rencontre.coord = coordTMR;
//rencontre = rencontresTable[0];
//rencontre.force = 2;
//rencontre.coord = coordTMR;
return rencontre;
}