mud/lib/verbs/items/include/bait.h
2020-09-06 05:43:07 -07:00

9 lines
163 B
C

#ifndef l_bait_h
#define l_bait_h
static void create();
mixed can_bait_obj_with_obj(string verb);
mixed do_bait_obj_with_obj(object pole, object bait);
#endif