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
|
||||
for (int i = 0; i < 12; i++) {
|
||||
while (true) {
|
||||
for (var player : statistics.players) {
|
||||
if (player.name == login || !player.name.contains("brainkel")) {
|
||||
i--;
|
||||
continue;
|
||||
}
|
||||
// citizen1.sendMessage(player.name, "Nicole");
|
||||
|
|
@ -120,12 +119,12 @@ public class Program {
|
|||
// citizen2.sendMessage("Hector", "Nique ta mère Hector").waitFinished();
|
||||
|
||||
// Kaboom & epic fail
|
||||
citizen1.spawn("bomber-bot").waitFinished();
|
||||
List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||
BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||
|
||||
// bomberau.upgrade();
|
||||
bomberau.fire();
|
||||
// citizen1.spawn("bomber-bot").waitFinished();
|
||||
// List<Unit> bomberos = BomberBot.getBomberBotUnits();
|
||||
// BomberBot bomberau = (BomberBot) bomberos.getFirst();
|
||||
//
|
||||
//// bomberau.upgrade();
|
||||
// bomberau.fire();
|
||||
|
||||
// =======================================================
|
||||
// Stormtrooper
|
||||
|
|
@ -149,16 +148,16 @@ public class Program {
|
|||
// }
|
||||
|
||||
// Country roads
|
||||
while (true) {
|
||||
citizen1.move(Direction.RIGHT);
|
||||
citizen2.move(Direction.LEFT);
|
||||
citizen1.build(Building.ROAD);
|
||||
citizen2.build(Building.ROAD);
|
||||
citizen1.move(Direction.UP);
|
||||
citizen2.move(Direction.DOWN);
|
||||
citizen1.build(Building.ROAD);
|
||||
citizen2.build(Building.ROAD);
|
||||
}
|
||||
// while (true) {
|
||||
// citizen1.move(Direction.RIGHT);
|
||||
// citizen2.move(Direction.LEFT);
|
||||
// citizen1.build(Building.ROAD);
|
||||
// citizen2.build(Building.ROAD);
|
||||
// citizen1.move(Direction.UP);
|
||||
// citizen2.move(Direction.DOWN);
|
||||
// citizen1.build(Building.ROAD);
|
||||
// citizen2.build(Building.ROAD);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue