From a458aba4dde5c2558e26113ebba0ffb4a22afab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Sat, 7 May 2016 14:19:53 +0200 Subject: [PATCH] Added delay parameter to start of flowoftime --- cicaprojekt/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {