diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-02-06 18:17:09 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-02-06 18:17:09 +0000 |
commit | 5ec4143bde0fd67c7aca841804a5d165c794bdf0 (patch) | |
tree | 4ecfaf02a2f1831d545d21de3385b34b6c8c4388 /docs/items.txt | |
parent | 49ea67bae1d2969c21005c06bb764f3c6b479e9c (diff) | |
download | mana-5ec4143bde0fd67c7aca841804a5d165c794bdf0.tar.gz mana-5ec4143bde0fd67c7aca841804a5d165c794bdf0.tar.bz2 mana-5ec4143bde0fd67c7aca841804a5d165c794bdf0.tar.xz mana-5ec4143bde0fd67c7aca841804a5d165c794bdf0.zip |
Added minimal minimap
Diffstat (limited to 'docs/items.txt')
-rw-r--r-- | docs/items.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/items.txt b/docs/items.txt index 7301c6ad..3ebccb1f 100644 --- a/docs/items.txt +++ b/docs/items.txt @@ -31,3 +31,5 @@ of items. An item can have the following properties: Every being will have a variable number of slots to equip items. For a player we will have 6 slots: head, upper body, lower body, feet, left hand, right hand. +To equip an item you should go to the inventory, select the desired item and push the "Equip" +button. To uneqip, push the "Unequip" button in the equipment window. Unequipped items should automatically go back in the inventory.
\ No newline at end of file |