coucou tristan
This commit is contained in:
parent
8be4907c25
commit
66fd1ce173
1 changed files with 14 additions and 9 deletions
|
|
@ -74,8 +74,8 @@ public class Program {
|
|||
Unit.getUnits().add(citizen1);
|
||||
Unit.getUnits().add(citizen2);
|
||||
|
||||
// StatisticsResponse statistics = Basics.getStatistics();
|
||||
// logger.debug(statistics.toString());
|
||||
StatisticsResponse statistics = Basics.getStatistics();
|
||||
logger.debug(statistics.toString());
|
||||
|
||||
|
||||
|
||||
|
|
@ -97,19 +97,24 @@ public class Program {
|
|||
//// }
|
||||
// }
|
||||
|
||||
// // timoutheou
|
||||
// for (int i = 0; i < 2; i++) {
|
||||
// for (var player : statistics.players) {
|
||||
// if (player.name == login || !player.name.contains("battefort"))
|
||||
// continue;
|
||||
// timoutheou
|
||||
for (int i = 0; i < 3; i++) {
|
||||
for (var player : statistics.players) {
|
||||
if (player.name == login || !player.name.contains("brainkel")) {
|
||||
i--;
|
||||
continue;
|
||||
}
|
||||
// citizen1.sendMessage(player.name, "Nicole");
|
||||
// citizen2.sendMessage(player.name,"Ouvre");
|
||||
// citizen1.sendMessage(player.name, "Nicole");
|
||||
// citizen2.sendMessage(player.name, "MAIS MOI JE VEUX FAIRE L'AMOUUUUR");
|
||||
// citizen1.sendMessage(player.name, "<3");
|
||||
// citizen2.fetchMessages();
|
||||
// }
|
||||
// }
|
||||
|
||||
citizen1.sendMessage(player.name, "MAIS MOI JE VEUX FAIRE L'AMOUUUUR");
|
||||
citizen2.fetchMessages();
|
||||
}
|
||||
}
|
||||
|
||||
// Negotiator
|
||||
// citizen2.sendMessage("Hector", "Nique ta mère Hector").waitFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue