home · contact · privacy
Update SERVER_COMMANDS documentation.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:51:40 +0000 (01:51 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 31 Aug 2015 23:51:40 +0000 (01:51 +0200)
SERVER_COMMANDS

index cb1635da037ee7c736283ab6a00a56ebefefc8cd..3709a68f4afcd0a0e43bb5144d186af6797bff3c 100644 (file)
@@ -44,6 +44,9 @@ whitespaces. "[char]" means a single ASCII character is expected. If one of a
 set of pre-defined strings is expected, the legal strings are divided by pipe
 symbols ("|").
 
+Commands in lowercase characters ("player commands") are only interpreted if the
+game world is set active.
+
 Meta commands
 -------------
 
@@ -227,5 +230,4 @@ transform into when their state changes from animate to inanimate.
 TT_PROLIFERATE [0-255]
 If non-zero, there is a chance of 1 divided by the given value each turn for any
 thing of the selected type to emit an offspring to a random neighbor cell if one
-is available that is passable and not inhabited by a thing of the same same type
-or, if the proliferating thing is animate, any other animate thing.
+is available that is passable and not inhabited by any thing.