Added a preference that auto-votes at extremely low weight.

This commit is contained in:
Putnam
2019-11-08 03:44:22 -08:00
parent d795df1150
commit 912ca97d29
4 changed files with 38 additions and 3 deletions
+7
View File
@@ -75,3 +75,10 @@
#define JP_LOW 1
#define JP_MEDIUM 2
#define JP_HIGH 3
//Chaos levels for dynamic voting
#define CHAOS_NONE "None (Extended)"
#define CHAOS_LOW "Low"
#define CHAOS_MED "Medium"
#define CHAOS_HIGH "High"
#define CHAOS_MAX "Maximum"