Quick start to making it possible to use healing items, or any item really. Going with a style that it has to be on your toolbar to use it, and the toolbelt looks in your inventory to see ifyou have healing items.
This commit is contained in:
parent
b9656013b0
commit
0d889cd0ff
4 changed files with 22 additions and 3 deletions
|
@ -7,7 +7,7 @@ namespace Events {
|
|||
ATTACK, NEW_RITUAL,
|
||||
UPDATE_SPRITE, ENTITY_SPAWN, NOOP,
|
||||
LOOT_ITEM, LOOT_CONTAINER,
|
||||
LOOT_CLOSE, LOOT_SELECT, INV_SELECT, AIM_CLICK
|
||||
LOOT_CLOSE, LOOT_SELECT, INV_SELECT, AIM_CLICK, USE_ITEM
|
||||
};
|
||||
|
||||
struct Combat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue