register logic
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
package inc
|
||||
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
)
|
||||
|
||||
func characterMysteryTape() inkwell.Character {
|
||||
return inkwell.Character{
|
||||
func init() {
|
||||
CharacterManager.Register(Character{
|
||||
Name: TapeMystery,
|
||||
SpeechColor: RGB(0xB9A98A),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user