summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:02:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:02:39 +0000
commitf81059ebbd6926656378e2f7d85a61e3bdc714c8 (patch)
tree0b6b584309034800e41e711760989dc59f044757 /crawl-ref/source
parent8cfe50ff16aba99689e394bf1c01d69a0570ceab (diff)
downloadcrawl-ref-f81059ebbd6926656378e2f7d85a61e3bdc714c8.tar.gz
crawl-ref-f81059ebbd6926656378e2f7d85a61e3bdc714c8.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5384 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/database/monspeak.txt3
-rw-r--r--crawl-ref/source/monspeak.cc2
2 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/database/monspeak.txt b/crawl-ref/source/dat/database/monspeak.txt
index 734f2f42a3..93e1f0f5ff 100644
--- a/crawl-ref/source/dat/database/monspeak.txt
+++ b/crawl-ref/source/dat/database/monspeak.txt
@@ -2072,7 +2072,7 @@ friendly orc
w:5
@_generic_orc_speech_@
%%%%
-# charmed orcs, for hill orcs (not counting beogh)
+# charmed orcs, for hill orcs (not counting Beogh)
friendly related orc
@default friendly related humanoid@
@@ -2359,4 +2359,3 @@ beogh_converted_orc_reaction_speech_follower
@beogh_converted_orc_reaction_speech@
%%%%
-
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index 6e207077a5..42b5ece123 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -277,7 +277,7 @@ bool mons_speaks(const monsters *monster)
}
// Add Beogh to list of prefixes for orcs (hostile and friendly) if you
- // worship Beogh. (This assumes you being a Hill Orc, so might have odd
+ // worship Beogh. (This assumes your being a Hill Orc, so might have odd
// results in wizard mode.) Don't count charmed orcs.
if (you.religion == GOD_BEOGH && mons_genus(monster->type) == MONS_ORC
&& !monster->has_ench(ENCH_CHARM))