Files
realworld/inc/character.support_tape.go
T
2026-08-29 23:25:36 +02:00

15 lines
355 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
// supportTape answers everything with basic information, insufferably. Dex
// hates it. Acquired in Chinatown (beat 5) — not reachable yet.
func characterSupportTape() inkwell.Character {
return inkwell.Character{
Name: TapeSupport,
SpeechColor: RGB(0xE8C86A),
}
}