Unify description of hero's visage into single function

This commit is contained in:
Pasi Kallinen
2015-04-14 19:41:44 +03:00
parent 9b2c298fec
commit cd3b0efe5d
3 changed files with 11 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ E void FDECL(m_unleash, (struct monst *,BOOLEAN_P));
E void NDECL(unleash_all);
E boolean NDECL(next_to_u);
E struct obj *FDECL(get_mleash, (struct monst *));
E const char *NDECL(beautiful);
E void FDECL(check_leash, (XCHAR_P,XCHAR_P));
E boolean FDECL(um_dist, (XCHAR_P,XCHAR_P,XCHAR_P));
E boolean FDECL(snuff_candle, (struct obj *));