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:
Zed A. Shaw 2025-08-06 13:16:22 -04:00
parent b9656013b0
commit 0d889cd0ff
4 changed files with 22 additions and 3 deletions

View file

@ -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 {