Ajout des cartes visions + mensonge métamorphe

This commit is contained in:
Paul Gross
2020-05-13 16:06:00 +02:00
parent 3d059d5747
commit b69955273d
7 changed files with 46 additions and 7 deletions

View File

@@ -385,7 +385,7 @@ public class Plateau extends Thread{
int roll6 = rollRandom(6);
int sum = Math.abs(roll4+roll6);
gj.rollDice(j, PlateauController.DICE_BOTH, roll4,roll6);
return 8;
return 3;
//return Math.abs(roll4+roll6);
}