Unify monster gender setting

This commit is contained in:
Pasi Kallinen
2015-04-22 08:58:04 +03:00
parent 3bf2d17e2c
commit 171e8284cd
3 changed files with 18 additions and 15 deletions

View File

@@ -1308,6 +1308,7 @@ E boolean FDECL(hideunder, (struct monst*));
E void FDECL(hide_monst, (struct monst *));
E void FDECL(mon_animal_list, (BOOLEAN_P));
E int FDECL(select_newcham_form, (struct monst *));
E void FDECL(mgender_from_permonts, (struct monst *, struct permonst *));
E int FDECL(newcham, (struct monst *,struct permonst *,BOOLEAN_P,BOOLEAN_P));
E int FDECL(can_be_hatched, (int));
E int FDECL(egg_type_from_parent, (int,BOOLEAN_P));