diff --git a/cicaprojekt/Game.java b/cicaprojekt/Game.java index a8c3737..fcd56d3 100644 --- a/cicaprojekt/Game.java +++ b/cicaprojekt/Game.java @@ -33,7 +33,7 @@ public class Game { jaffa = new Player("Jaffa", players.get("jaffa"), getRandomDirection()); replicator = new PlayerBase("Replicator", players.get("replicator"), getRandomDirection()); - flowoftime.start(); + flowoftime.start(420*420); } private Direction getRandomDirection() {