We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242991b commit b2f67bfCopy full SHA for b2f67bf
internal/configs/config.statistics.go
@@ -20,7 +20,6 @@ type StatFactors struct {
20
}
21
22
func (s *Statistics) Validate() {
23
- // Validate base stats are reasonable (minimum 1)
24
if s.BaseStats.Strength < 1 {
25
s.BaseStats.Strength = 1
26
0 commit comments