diff --git a/src/item/lockers.t b/src/item/lockers.t index 35f73c7..7e9a9b2 100644 --- a/src/item/lockers.t +++ b/src/item/lockers.t @@ -72,3 +72,41 @@ modify VerbRule(SetTo) Alice Dash and a barcode.
The reverse side is empty. " ; + +++ Thing + 'memory card' + 'memory card' +; + +++ Food + 'banana' + 'banana' + " It's yellow, about six inches long, and slightly curved. +
This banana looks reasonably fresh. " + + tasteDesc = "It's distinctly banana-flavoured. " + smellDesc = "It has a kind of faint, fruity smell. " + feelDesc = "The banana skin feels firm but smooth. " + soundDesc = "The banana is strangely silent. " +; + +++ Readable + 'paper sheet' + 'sheet of paper' + "A small piece of paper with some letters on it. " + readDesc = " + Look at this, Alice!\b + aHR0cHM6Ly95b3V0dWJlLmNvbS93YXRjaD92PWRRdzR3OVdnWGNR\b" +; + +++ Wearable + 'socks' + 'pair of socks' + "A pair of white socks. " + + dobjFor (Wear) { + verify () { + illogical('Its not your size.'); + } + } +;