flop
This commit is contained in:
parent
4bf4cf89e2
commit
4c74873c65
1 changed files with 17 additions and 18 deletions
|
|
@ -98,10 +98,9 @@ public class Program {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// timoutheou
|
// timoutheou
|
||||||
for (int i = 0; i < 12; i++) {
|
while (true) {
|
||||||
for (var player : statistics.players) {
|
for (var player : statistics.players) {
|
||||||
if (player.name == login || !player.name.contains("brainkel")) {
|
if (player.name == login || !player.name.contains("brainkel")) {
|
||||||
i--;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// citizen1.sendMessage(player.name, "Nicole");
|
// citizen1.sendMessage(player.name, "Nicole");
|
||||||
|
|
@ -120,12 +119,12 @@ public class Program {
|
||||||
// citizen2.sendMessage("Hector", "Nique ta mère Hector").waitFinished();
|
// citizen2.sendMessage("Hector", "Nique ta mère Hector").waitFinished();
|
||||||
|
|
||||||
// Kaboom & epic fail
|
// Kaboom & epic fail
|
||||||
citizen1.spawn("bomber-bot").waitFinished();
|
// citizen1.spawn("bomber-bot").waitFinished();
|
||||||
List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
// List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||||
BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
// BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||||
|
//
|
||||||
// bomberau.upgrade();
|
//// bomberau.upgrade();
|
||||||
bomberau.fire();
|
// bomberau.fire();
|
||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
// Stormtrooper
|
// Stormtrooper
|
||||||
|
|
@ -149,16 +148,16 @@ public class Program {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// Country roads
|
// Country roads
|
||||||
while (true) {
|
// while (true) {
|
||||||
citizen1.move(Direction.RIGHT);
|
// citizen1.move(Direction.RIGHT);
|
||||||
citizen2.move(Direction.LEFT);
|
// citizen2.move(Direction.LEFT);
|
||||||
citizen1.build(Building.ROAD);
|
// citizen1.build(Building.ROAD);
|
||||||
citizen2.build(Building.ROAD);
|
// citizen2.build(Building.ROAD);
|
||||||
citizen1.move(Direction.UP);
|
// citizen1.move(Direction.UP);
|
||||||
citizen2.move(Direction.DOWN);
|
// citizen2.move(Direction.DOWN);
|
||||||
citizen1.build(Building.ROAD);
|
// citizen1.build(Building.ROAD);
|
||||||
citizen2.build(Building.ROAD);
|
// citizen2.build(Building.ROAD);
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue