Änderung des kleinen Zufallselements bei Farbwahl des Computers
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
|
Reference in New Issue
Block a user