Änderung des kleinen Zufallselements bei Farbwahl des Computers

This commit is contained in:
mokoe
2021-01-08 12:50:05 +01:00
parent c60eaa92bb
commit da2663e906

View File

@@ -185,7 +185,7 @@ public class Computer_gegner {
hoechsteAnzahl = anzahl;
wahl = farben[i];
}
if (hand.size() > 2) {
if (hand.size() < 6 && hand.size() > 2) {
if(zufall(10) > 7) {
wahl = farben[zufall(4)];
}