summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 2478e7cf65..362cb553bf 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3345,6 +3345,7 @@ const char *mons_pronoun(monster_type mon_type, pronoun_type variant,
case MONS_ILSUIW:
case MONS_NERGALLE:
case MONS_KIRKE:
+ case MONS_DUVESSA:
gender = GENDER_FEMALE;
break;
case MONS_ROYAL_JELLY: