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.