summaryrefslogtreecommitdiffstats
path: root/crawl-ref
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
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')
-rw-r--r--crawl-ref/docs/monster_speech.txt4
-rw-r--r--crawl-ref/source/dat/database/monspeak.txt3
-rw-r--r--crawl-ref/source/monspeak.cc2
3 files changed, 4 insertions, 5 deletions
diff --git a/crawl-ref/docs/monster_speech.txt b/crawl-ref/docs/monster_speech.txt
index f8236166be..2fdfed7bcc 100644
--- a/crawl-ref/docs/monster_speech.txt
+++ b/crawl-ref/docs/monster_speech.txt
@@ -205,8 +205,8 @@ belief of the character. If the monster in question is a member of the
orc species and the character worships Beogh, the prefix "beogh" gets
added to the list, though not for charmed orcs who will simply use the
generic friendly statements instead of the orcish followers' cheers.
-If you worship one of the good gods instead (Zin, The Shining One, or
-Elyvilon) the prefix "good god" is used. Conversely, worshippers of
+If you worship one of the good gods instead (Zin, the Shining One, or
+Elyvilon), the prefix "good god" is used. Conversely, worshippers of
one of the evil gods (Yredelemnul, Makhleb, Kikubaaqudgha, Lugonu, or
Beogh) will use the prefix "evil god".
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))