aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-19 11:32:08 +0000
committernathan <nathansmith@disroot.org>2026-01-19 11:32:08 +0000
commit8823db2da13322b006f36081901c48fe9419649c (patch)
tree1a602b129c0d6d070f28f4004f988253425f7099 /src/entity.h
parentb3e4498e525a41df13ab22d3ad209ed4f71c7a86 (diff)
downloadFindThings-8823db2da13322b006f36081901c48fe9419649c.tar.gz
FindThings-8823db2da13322b006f36081901c48fe9419649c.tar.bz2
FindThings-8823db2da13322b006f36081901c48fe9419649c.zip
idk what i did
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index 45036d4..41ca8c0 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -54,6 +54,7 @@ enum InteractionCommand {
INTERACTION_TALK,
INTERACTION_SHOW_MENU,
INTERACTION_TALK_AND_SHOW_MENU,
+ INTERACTION_KILL_ITEM,
INTERACTION_DO_NOTHING
};
@@ -61,6 +62,7 @@ enum Selection {
SELECTION_NONE = -1,
SELECTION_INTERACT,
SELECTION_NEXT_MESSAGE,
+ SELECTION_USE,
SELECTION_MENU_ITEM, // +x to select any given menu entry
SELECTION_LEAVE = SELECTION_MENU_ITEM + INTERACTION_MENU_MAX
};