# Do not remove the headers from this file! see /USAGE for more info. is=object,gettable,valuable,drinkable id=firebreather long=A firebreather value=150 weight=2 --- void drink_me() { this_body()->heal_me(20); tell(this_user(), "A shock runs through your body!\n"); } void mudlib_setup() { ::mudlib_setup(); set_drink_action( (: drink_me :) ); } mixed direct_drink_obj() { return 1; }