Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-02 01:58:32 -04:00
10 changed files with 190 additions and 182 deletions

View File

@@ -39,6 +39,7 @@ E int NDECL(number_leashed);
E void FDECL(o_unleash, (struct obj *));
E void FDECL(m_unleash, (struct monst *, BOOLEAN_P));
E void NDECL(unleash_all);
E boolean FDECL(leashable, (struct monst *));
E boolean NDECL(next_to_u);
E struct obj *FDECL(get_mleash, (struct monst *));
E const char *NDECL(beautiful);