Fix Generators
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"encoding/json"
|
||||
"math/rand"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
type CentaurData struct {
|
||||
@@ -42,7 +41,6 @@ func LoadCentaurData(path string) error {
|
||||
}
|
||||
|
||||
func GenerateCentaurName(gender string) string {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
var nMs string
|
||||
if gender == "female" {
|
||||
nMs = generateCentaurFemaleName()
|
||||
|
||||
Reference in New Issue
Block a user