KoboldSim/koboldsim/flavor.go

8 lines
184 B
Go
Raw Normal View History

2023-04-03 06:24:47 +00:00
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"
}