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" }