KoboldSim/koboldsim/flavor.go

8 lines
184 B
Go

package koboldsim
func RandomKoboldName() string {
// TODO: implement random two-part name generator.
// Rakeela, where's that list of kobold name-halves we had?
return "Kobold"
}