/* Have to tell the parser this object is alive */
int is_living() { return 1; }

/* This object can be smiled at! */
int direct_smile_at_obj(object target) { return 1; }