class differentiation bit (trunk only)

Healers pick up on the fact that a wand of undead turning
revived a creature.
This commit is contained in:
nethack.allison
2003-10-25 22:20:24 +00:00
parent cd7e1163e1
commit b4c2f74c22
3 changed files with 45 additions and 1 deletions

View File

@@ -1057,6 +1057,7 @@ E int FDECL(weight, (struct obj *));
E struct obj *FDECL(mkgold, (long,int,int));
E struct obj *FDECL(mkcorpstat,
(int,struct monst *,struct permonst *,int,int,BOOLEAN_P));
E int FDECL(corpse_revive_type, (struct obj *));
E struct obj *FDECL(obj_attach_mid, (struct obj *, unsigned));
E struct monst *FDECL(get_mtraits, (struct obj *, BOOLEAN_P));
E struct obj *FDECL(mk_tt_object, (int,int,int));