diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 13:16:25 -0800 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 14:59:10 -0800 |
commit | 2ec7cc5badbbf9081ae8ec4efbd20450edba1ae3 (patch) | |
tree | 91a3fea81e6452bff988357b508920049923c2da /include | |
parent | 3021ae9077992f3682512c50c18d3a14e332813a (diff) |
fix nonmatch and move question references
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/personality_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h index 5582fe4..b2c9a92 100644 --- a/include/constants/personality_test.h +++ b/include/constants/personality_test.h @@ -23,4 +23,6 @@ enum NaturePersonalities { #define MAX_ASKED_QUESTIONS 8 #define NUM_PERSONALITIES MISC +#define BRAVE_2B_TRIGGER 99 + #endif |