Skip to content

Commit a13c4a7

Browse files
committed
Merge branch 'clarify-robot-id'
2 parents 6b7c4f2 + 134537a commit a13c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/specs.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
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.
4949

50-
Robots are assigned unique random IDs no smaller than 10,000.
50+
Robots are assigned unique random IDs no smaller than 10,000, except for your Archons.
5151

5252
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.
5353

0 commit comments

Comments
 (0)