update enom plateau
This commit is contained in:
parent
a951d191a1
commit
ecbed94778
1 changed files with 11 additions and 4 deletions
15
merde.soil
15
merde.soil
|
@ -99,7 +99,14 @@
|
|||
!insert (j1,flotte_j1) into flotte_joueur
|
||||
!insert (j2,flotte_j2) into flotte_joueur
|
||||
|
||||
!insert(j1,new Plateau) into Utilise
|
||||
!insert(j1,new Plateau) into Utilise
|
||||
!insert(j2,new Plateau) into Utilise
|
||||
!insert(j2,new Plateau) into Utilise
|
||||
!attaque_plateau_j1 := new Plateau
|
||||
!defense_plateau_j1 := new Plateau
|
||||
!attaque_plateau_j2 := new Plateau
|
||||
!defense_plateau_j2 := new Plateau
|
||||
|
||||
!insert(j1,attaque_plateau_j1) into Utilise
|
||||
!insert(j1,defense_plateau_j1) into Utilise
|
||||
!insert(j1,attaque_plateau_j2) into Utilise
|
||||
!insert(j1,defense_plateau_j2) into Utilise
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue