From 134537a2d74443a71c383799b172312992f7892f Mon Sep 17 00:00:00 2001 From: Jerry Mao Date: Tue, 4 Jan 2022 12:47:19 -0500 Subject: [PATCH] Clarify Archons have low id --- specs/specs.md.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/specs.md.html b/specs/specs.md.html index 57e5c0c7..e9041ecf 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -47,7 +47,7 @@ All robots have a certain amount of HP (also known as hitpoints, health, life, or such). When a robot's HP reaches zero, the robot is immediately removed from the game. -Robots are assigned unique random IDs no smaller than 10,000. +Robots are assigned unique random IDs no smaller than 10,000, except for your Archons. Robots interact with only their nearby surroundings through sensing, moving, and special abilities. Each robot runs an independent copy of your code. Robots will be unable to share static variables (they will each have their own copy), because they are run in separate JVMs.