diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-25 00:25:59 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-25 00:25:59 +0000 |
commit | 951df2174639145fe1498aeba7c490a1453c2f77 (patch) | |
tree | f407381848e491d40b699ae0f3d577289a0f6e7b | |
parent | 3676b78c6e6e8089c0b6e38c0983bd99ea22e756 (diff) | |
download | mana-951df2174639145fe1498aeba7c490a1453c2f77.tar.gz mana-951df2174639145fe1498aeba7c490a1453c2f77.tar.bz2 mana-951df2174639145fe1498aeba7c490a1453c2f77.tar.xz mana-951df2174639145fe1498aeba7c490a1453c2f77.zip |
Document anti-trade function.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | data/help/commands.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ src/gui/itemcontainer.cpp, src/net/inventoryhandler.cpp, src/itemshortcut.cpp: Make shortcut container ID based instead of slot based. Fixes items shifting around often causing equipment to be lost. + * data/help/commands.txt: Document anti-trade function. 2008-04-22 Bjørn Lindeijer <bjorn@lindeijer.nl> diff --git a/data/help/commands.txt b/data/help/commands.txt index ab93b54e..f663068f 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -23,6 +23,7 @@ ##2Alt + S##P sit down / stand up ##2Alt + F##P toggle debug pathfinding feature ##2Alt + P##P take screenshot + ##2Alt + T##P toggle ignore of incoming trades ##2A##P target nearest monster ##2H##P hide all non-sticky windows ##2G or Z##P pick up item |