Skip to content
Snippets Groups Projects
Commit 5a3984fb authored by HydroFlo's avatar HydroFlo
Browse files

Boss auto salle mid

parent 4ed49901
No related branches found
No related tags found
No related merge requests found
...@@ -594,6 +594,9 @@ class Labyrinthe extends Program{ ...@@ -594,6 +594,9 @@ class Labyrinthe extends Program{
salle = genererSalle("ressources/Lab/Salle"+lab[indiceSalle[0]][indiceSalle[1]].numero); salle = genererSalle("ressources/Lab/Salle"+lab[indiceSalle[0]][indiceSalle[1]].numero);
salle[indiceP[0]][indiceP[1]] = 'P'; salle[indiceP[0]][indiceP[1]] = 'P';
} }
if(indiceSalle[0] == length(lab)/2 && indiceSalle[1] == length(lab)/2){
salle[length(salle, 1)][length(salle,2)] = 'B';
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment