Find
You are looking at many bookshelfs
The shelves are lined with books of every shape and size, all of which are completely incomprehensible.
Created by
thorn
, last updated 25 Jul 2012
Code
if target of use then used;
if target of bounce then kicked;
if target of push then pushed;
##used:
getgender $init_obj;
say 'msg',"[$init_obj]'s hand passes right through the books, as if they were merely illusion.";
##kicked:
say 'msg',"A book flies off the shelf and slams [$init_obj] in the head, then returns to it's place.";
##pushed:
say 'msg',"Nothing interesting happens.";