now Replicators wait 2 seconds before making first move
This commit is contained in:
		@@ -26,7 +26,7 @@ public class FlowOfTime extends Timer {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public void start(long delay) {
 | 
					    public void start(long delay) {
 | 
				
			||||||
        schedule(new GameOver(), delay);
 | 
					        schedule(new GameOver(), delay);
 | 
				
			||||||
        scheduleAtFixedRate(new ReplicatorAI(), 0, 2000);
 | 
					        scheduleAtFixedRate(new ReplicatorAI(), 2000, 2000);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void stopTime() {
 | 
					    public void stopTime() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user