mud/lib/lib/include/match.h
2020-09-06 05:43:07 -07:00

10 lines
177 B
C

#ifndef l_match_h
#define l_match_h
mixed direct_strike_obj();
mixed eventStrike(object who);
int GetStrikeChance();
static int SetStrikeChance(int x);
#endif /* l_match_h */