Fix Generators
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"encoding/json"
|
||||
"math/rand"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
type AasimarData struct {
|
||||
@@ -39,7 +38,6 @@ func LoadAasimarData(path string) error {
|
||||
}
|
||||
|
||||
func GenerateAasimarName(gender string) string {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
if gender == "female" {
|
||||
return generateAasimarFemaleName()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user