/* Do not remove the headers from this file! see /USAGE for more info. */

#ifndef __WEAPON_H__
#define __WEAPON_H__


#define	DEST 		1		// action code for decay

#define	MAX_AC		3		// balance defines
#define	MAX_WC		20
#define MAX_BONUS	6
#define	MAX_POISON	10

#endif /* __WEAPON_H__ */
