summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/personality_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h
index cfb9c3d..5582fe4 100644
--- a/include/constants/personality_test.h
+++ b/include/constants/personality_test.h
@@ -15,11 +15,12 @@ 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
#endif