X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;fp=SERVER_COMMANDS;h=d54ac79fd8028485d50383738e8bd1899811a55c;hb=b1c36ca1d6f9bc4f88f616733dfbc751cb63b465;hp=6efdcf08dcdf071dd157828ca0adf0b7c37527b8;hpb=712639d0045eeef3c84f233f58cd4115989b5c74;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 6efdcf0..d54ac79 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -228,7 +228,7 @@ TT_CORPSE_ID [0 to infinity] Set to argument the ID of the thing type that things of the selected type transform into when their state changes from animate to inanimate. -TT_PROLIFERATE [0-255] +TT_PROLIFERATE [0 to 65535] 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 any thing.