X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=SERVER_COMMANDS;h=3709a68f4afcd0a0e43bb5144d186af6797bff3c;hp=cb1635da037ee7c736283ab6a00a56ebefefc8cd;hb=53bde06a0bf3e1f76e17edbab39f3c519ccd2874;hpb=acde4737558aac582a158ebc8d20c23ef50d44a9 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.