X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=SERVER_COMMANDS;h=6d011c7e83d0b41fbc8e50214e9f72bbdcaaee24;hb=8cc9157f2275ba9992a647af9f6165d16ba30e0d;hp=0a85cd381588c6379ded56b8a324be45ddfb467a;hpb=08787351493beb2ad649e94d24eebca0e97192c8;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 0a85cd3..6d011c7 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -51,6 +51,10 @@ Write "PONG" line to ./server/out file. QUIT Shut down server. +STACK +Write line-by-line list of items the player stands on into ./server/out file, +enclosed by two lines "THINGS_BELOW_PLAYER START" and "THINGS_BELOW_PLAYER END". + Player commands --------------- @@ -201,5 +205,5 @@ 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 -passable is available (and, if the thing is of an animate type, not inhabited by -another animate thing). +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.