Capacite personnage thread

This commit is contained in:
Paul Gross
2020-05-13 10:28:02 +02:00
parent d8df8f3833
commit 80f7266ffb
4 changed files with 46 additions and 6 deletions

View File

@ -34,6 +34,6 @@ public class Emi extends CartePersonnage{
public void utiliser() {
this.getJoueur().deplacer(this.getJoueur().getCarteLieu().getVoisin());
//this.getJoueur().deplacer(this.getJoueur().getCarteLieu().getVoisin());
}
}