summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-23 01:28:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-23 01:28:36 +0000
commit6da9dc107ac5c8eac196c44d61105d1e412c9761 (patch)
tree16c59ba0beec7393ec72ead8f3314b84855a0a20 /crawl-ref/source
parentef29fce5290bc772e8cb7ecdc604578bdffd678f (diff)
downloadcrawl-ref-6da9dc107ac5c8eac196c44d61105d1e412c9761.tar.gz
crawl-ref-6da9dc107ac5c8eac196c44d61105d1e412c9761.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3820 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/database/godspeak.txt4
-rw-r--r--crawl-ref/source/religion.cc3
2 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/database/godspeak.txt b/crawl-ref/source/dat/database/godspeak.txt
index 068dfe4916..4abab6d5c8 100644
--- a/crawl-ref/source/dat/database/godspeak.txt
+++ b/crawl-ref/source/dat/database/godspeak.txt
@@ -382,7 +382,7 @@ a @lecture_modifier@ lecture about @subject@
explaining in detail about @subject@
%%%%
# the short form of the above, for continuing/stopping/finishing
-# reciting – order and weights must be the same as above!
+# reciting - order and weights must be the same as above!
zin_recite_speech_
w:50
@@ -409,4 +409,4 @@ Zin's Axioms of Law
the Axioms of Law
the importance of the Law
-%%%% \ No newline at end of file
+%%%%
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 24ad2d472a..bff047e0d2 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -914,7 +914,8 @@ static void do_god_gift(bool prayed_for)
{
ASSERT(you.religion != GOD_NO_GOD);
- // Zin worshippers are the only ones that can pray to ask Zin for stuff.
+ // Zin worshippers are the only ones who can pray to ask Zin for
+ // stuff.
if (prayed_for != (you.religion == GOD_ZIN))
return;