aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
committernathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
commitedaafadf2c5de7f23dfc20d420e973ed9dc92039 (patch)
tree1cbfc2cbdbbda1052144947eef39224ff01877ce /src/entity.h
parent0cddd5649838c0d37c0e4b12786d040ffdb01c97 (diff)
downloadFindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.gz
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.bz2
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.zip
Progress, I guess...
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index 65e5b2a..3a707c9 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -8,7 +8,8 @@
#define ENTITY_COUNT 14
#define INTERACTION_MENU_MAX 9
-#define INTERACTION_LABEL_MAX 64
+#define INTERACTION_LABEL_MAX 6
+#define INTERACTION_CHAT_MAX 256
#define ENTITY_DEFAULT_STATE -1
typedef int8_t EntityId;