From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 31 Aug 2015 23:51:40 +0000 (+0200)
Subject: Update SERVER_COMMANDS documentation.
X-Git-Tag: tce~306
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/reset_cookie?a=commitdiff_plain;h=53bde06a0bf3e1f76e17edbab39f3c519ccd2874;p=plomrogue

Update SERVER_COMMANDS documentation.
---

diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS
index cb1635d..3709a68 100644
--- a/SERVER_COMMANDS
+++ b/SERVER_COMMANDS
@@ -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.