git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3351 c06c8d41-db1a-0410-9941-cceddc491573
5DTIUKGTVV66QTZE2DFRBGGBCS57NVM4H6DRQRYEJNWJ2LYFRARQC
case MONS_JESSICA:
case MONS_PSYCHE:
case MONS_JOSEPHINE:
case MONS_AGNES:
case MONS_MAUD:
case MONS_LOUISE:
case MONS_FRANCES:
case MONS_MARGERY:
case MONS_EROLCHA:
case MONS_ERICA:
case MONS_TIAMAT:
case MONS_MERMAID:
gender = GENDER_FEMALE;
break;
default:
gender = GENDER_MALE;
break;
case MONS_JESSICA:
case MONS_PSYCHE:
case MONS_JOSEPHINE:
case MONS_AGNES:
case MONS_MAUD:
case MONS_LOUISE:
case MONS_FRANCES:
case MONS_MARGERY:
case MONS_EROLCHA:
case MONS_ERICA:
case MONS_TIAMAT:
case MONS_ERESHKIGAL:
case MONS_MERMAID:
gender = GENDER_FEMALE;
break;
default:
gender = GENDER_MALE;
break;