Send game seed in inputs. Update HTML.
[troll.git] / config / Boss.java
index e1bcec3..4c2a766 100644 (file)
@@ -15,6 +15,7 @@ class Player {
 
         int roadLength = in.nextInt();
         int initialStones = in.nextInt();
+        in.nextLong();
 
         while (true) {
             int trollDistance = in.nextInt();