bah on reessaye

This commit is contained in:
Guillem George 2026-02-07 21:39:00 +01:00
parent bc238b05dc
commit 000b23c9f4

View file

@ -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