summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-29 22:46:41 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-29 22:46:41 +0000
commit6a14f41c8686a8e31406b4d2c00ec708b45b6762 (patch)
tree003ec922838a05958c9495f9495a652d716daf80 /crawl-ref/source/enum.h
parent0bdad6413abe036f2e70c271f465a2da181b4116 (diff)
downloadcrawl-ref-6a14f41c8686a8e31406b4d2c00ec708b45b6762.tar.gz
crawl-ref-6a14f41c8686a8e31406b4d2c00ec708b45b6762.zip
Added the objective case of pronouns ("him", "her") for use in the
blocked-line-of-fire description. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9847 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index c29d578af2..976ff874cb 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2435,7 +2435,8 @@ enum pronoun_type
PRONOUN_NOCAP, // 1
PRONOUN_CAP_POSSESSIVE, // 2
PRONOUN_NOCAP_POSSESSIVE, // 3
- PRONOUN_REFLEXIVE // 4 (reflexive is always lowercase)
+ PRONOUN_REFLEXIVE, // 4 (reflexive is always lowercase)
+ PRONOUN_OBJECTIVE // 5 (objective is always lowercase)
};
enum randart_prop_type