home · contact · privacy
Server: meta command STACK to list item stack below player in out file.
[plomrogue] / SERVER_COMMANDS
index 0a85cd381588c6379ded56b8a324be45ddfb467a..6d011c7e83d0b41fbc8e50214e9f72bbdcaaee24 100644 (file)
@@ -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.