in adventure.go [174:178]
func printStringFormatted(text string) { for _, c := range text { printRuneFormatted(c) } }