summaryrefslogtreecommitdiff
path: root/include/constants/personality_test.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-12-21 15:05:05 -0600
committerGitHub <noreply@github.com>2021-12-21 15:05:05 -0600
commit7a1956f51d3bbba5f49f97526b79efafa85792bb (patch)
tree42fea349311c47f61dd3d6c0823210368f7feef8 /include/constants/personality_test.h
parent4fd4208364fcaf71ef0ff35d0c49ce3d9149e98b (diff)
parent3a1307e9078214a7757f37f35b807ea54c77bfad (diff)
Merge pull request #87 from SethBarberee/personality_test_data_2
Personality test data 2
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