summaryrefslogtreecommitdiff
path: root/include/constants/personality_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/personality_test.h')
-rw-r--r--include/constants/personality_test.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h
index cfb9c3d..b2c9a92 100644
--- a/include/constants/personality_test.h
+++ b/include/constants/personality_test.h
@@ -15,11 +15,14 @@ enum NaturePersonalities {
RELAXED,
LONELY,
QUIRKY,
- NUM_PERSONALITIES
+ MISC,
};
#define NUM_PARTNERS 10
#define NUM_QUIZ_QUESTIONS 55
#define MAX_ASKED_QUESTIONS 8
+#define NUM_PERSONALITIES MISC
+
+#define BRAVE_2B_TRIGGER 99
#endif