Files
realworld/inc/character.support_tape.go
T
2026-08-30 23:01:48 +02:00

15 lines
254 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
CharacterManager.Register(Character{
Name: TapeSupport,
Label: "TECH SUPPORT",
Voice: inkwell.VoiceLog,
SpeechColor: RGB(0xE8C86A),
})
}