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

13 lines
253 B
C

#ifndef l_poison_h
#define l_poison_h
static void create();
mixed can_poison_obj_with_obj(string verb);
mixed do_poison_obj_with_obj(object target, object agent);
void eventPoison(object who, object target, object agent);
#endif /* l_poison_h */