register logic
This commit is contained in:
@@ -4,13 +4,13 @@ import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
)
|
||||
|
||||
func itemMysteryTape() inkwell.Item {
|
||||
return inkwell.Item{
|
||||
func init() {
|
||||
ItemManager.Register(Item{
|
||||
Name: ItemMysteryTape,
|
||||
Description: "unmarked Personal Tape",
|
||||
OnUseSelf: inkwell.Seq(
|
||||
inkwell.Say(Paul, "Password-locked. Of course."),
|
||||
TapeSay(Dex, "Put it in the second slot if you care that much. I did warn you."),
|
||||
),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user