Skip to content
Snippets Groups Projects
Commit 2ffc0dc4 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding pico and zebra to TTool

parent 870e655e
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,8 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable { ...@@ -292,7 +292,8 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable {
if (!mgui.picoZebre) { if (!mgui.picoZebre) {
return "Chat"; return "Chat";
} }
String[] names = {"pico", "zebre", "pingouin", "chien", "minou", "kitty", "chaton", "whatsapp", "Luke Skywalker"}; String[] names = {"pico", "zebre", "pingouin", "chien", "minou", "kitty", "chaton", "whatsapp", "Luke Skywalker",
"macareux", "ours", "italien"};
int x = (int)(Math.random()*names.length); int x = (int)(Math.random()*names.length);
return names[x]; return names[x];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment