X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=roguelike-server;h=959d769ea899e0eb6cfbae6315cc7af0f9d6df5e;hb=1acf96881e079649fae9504f7fe209c6c71005ca;hp=cbb7a446b4dd93ba69aa208696db4988beea7be8;hpb=1ec83f1dd5429876d80975ce0444845604882bf1;p=plomrogue diff --git a/roguelike-server b/roguelike-server index cbb7a44..959d769 100755 --- a/roguelike-server +++ b/roguelike-server @@ -614,12 +614,13 @@ def log_help(): strong_write(io_db["file_out"], "LOG " + "Some objects can be used (such as: eaten) by 'u' if " + "they are in your inventory. " - + "Use 'UP'/'DOWN' to navigate the inventory.\n") + + "Use 'Up'/'Down' to navigate the inventory.\n") strong_write(io_db["file_out"], "LOG " + "Use 'l' to toggle 'look' mode (move an exploration cursor " + "instead of the player over the map).\n") + strong_write(io_db["file_out"], "LOG " + + "Use 'PgUp'/PgDn' to scroll the 'Things here' window.\n") strong_write(io_db["file_out"], "LOG See README file for more details.\n") - strong_write(io_db["file_out"], "LOG \n") def decrement_lifepoints(t):