From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 25 Feb 2015 05:58:09 +0000 (+0100)
Subject: Server/py: Update SERVER_COMMANDS to Python variant's peculiarities.
X-Git-Tag: tce~468
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%7B%7Bprefix%7D%7D/move_down?a=commitdiff_plain;h=09cbdd6f34e2f578bc52880ef28d5fc53ac4a025;p=plomrogue

Server/py: Update SERVER_COMMANDS to Python variant's peculiarities.
---

diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS
index 90877ba..cd6200f 100644
--- a/SERVER_COMMANDS
+++ b/SERVER_COMMANDS
@@ -93,13 +93,13 @@ PLAYER_TYPE [0 to 255]
 Set to argument ID of thing type into which a new world's player character will
 be generated. (Initial value: 0.)
 
-SEED_RANDOMNESS [0 to 4294967296]
+SEED_RANDOMNESS [0 to 4294967295]
 Set randomness seed to argument. (Initial value: 0.)
 
-SEED_MAP [0 to 4294967296]
+SEED_MAP [0 to 4294967295]
 (Re-)generate map to seed of argument and map size.
 
-MAKE_WORLD [0 to 4294967296]
+MAKE_WORLD [0 to 4294967295]
 Set map seed and randomness seed to argument. Remove all things. (Re-)generate
 map. Add to map things specified in thing types table in quantity defined there
 by START_NUMBER command, with first thing (of thing ID of 0) of type defined as