bah on reessaye
This commit is contained in:
parent
bc238b05dc
commit
000b23c9f4
1 changed files with 12 additions and 2 deletions
|
|
@ -89,8 +89,18 @@ public class Program {
|
||||||
bomberau.fire();
|
bomberau.fire();
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
citizen2.move(Direction.RIGHT);
|
StatisticsResponse statistics = Basics.getStatistics();
|
||||||
citizen2.build(Building.ROAD);
|
logger.debug(statistics.toString());
|
||||||
|
for (var player : statistics.players) {
|
||||||
|
|
||||||
|
if (!player.name.equals(login) && (player.name.contains("battefort") || player.name.contains("brainkel") || player.name.contains("gilbert"))) {
|
||||||
|
logger.debug("Spamming " + player.name);
|
||||||
|
// citizen1.sendMessage(player.name, "Nicole");
|
||||||
|
// citizen2.sendMessage(player.name, "Ouvre");
|
||||||
|
citizen1.sendMessage(player.name, "MAIS MOI JE VEUX FAIRE L'AMOUUUUR");
|
||||||
|
citizen2.fetchMessages();
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gossip
|
// Gossip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue