More bugfixes for the recent artifact gifting changes
This commit is contained in:
@@ -137,7 +137,7 @@ extern void init_artifacts(void);
|
||||
extern void save_artifacts(NHFILE *);
|
||||
extern void restore_artifacts(NHFILE *);
|
||||
extern const char *artiname(int);
|
||||
extern struct obj *mk_artifact(struct obj *, aligntyp, uchar);
|
||||
extern struct obj *mk_artifact(struct obj *, aligntyp, uchar, boolean);
|
||||
extern const char *artifact_name(const char *, short *, boolean) NONNULLARG1;
|
||||
extern boolean exist_artifact(int, const char *) NONNULLPTRS;
|
||||
extern void artifact_exists(struct obj *, const char *, boolean, unsigned) ;
|
||||
|
||||
Reference in New Issue
Block a user