13 lines
212 B
Go
13 lines
212 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
func characterSupportTape() inkwell.Character {
|
|
return inkwell.Character{
|
|
Name: TapeSupport,
|
|
SpeechColor: RGB(0xE8C86A),
|
|
}
|
|
}
|