/* Do not remove the headers from this file! see /USAGE for more info. */
/*
** sit.c
*/
inherit VERB_OB;
/* I'm not sure that I like the lie_down() part here. It's sitting, you're
* not going prone -- Tigran */
void do_sit_wrd_obj(string prep, object ob)
{
ob->do_verb_rule("sit","WRD OBJ",prep,ob);
}
void create()
{
add_rules( ({ "WRD OBJ" }), ({ }) );
}