diff options
Diffstat (limited to 'exp/functions.go')
| -rw-r--r-- | exp/functions.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exp/functions.go b/exp/functions.go index 1b2fe89..681c135 100644 --- a/exp/functions.go +++ b/exp/functions.go @@ -11,7 +11,7 @@ import ( "github.com/anhgelus/gokord" ) -const DebugFactor = 5 +const DebugFactor = 30 func MessageXP(length uint, diversity uint) uint { return uint(math.Floor( |
