summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 18:03:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 18:03:39 +0000
commit03777b344e550540fe5883fbec0250ccfaab1cfe (patch)
treef428a1d403c8df2c733561902fea7b603896b251 /crawl-ref
parent12284fd589930fb4e29bd18eba51ef77298a3077 (diff)
downloadcrawl-ref-03777b344e550540fe5883fbec0250ccfaab1cfe.tar.gz
crawl-ref-03777b344e550540fe5883fbec0250ccfaab1cfe.zip
Add minor consistency fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7130 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index e8ff84da5a..3ee7d1ac98 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1816,7 +1816,7 @@ static void _do_god_gift(bool prayed_for)
if (success)
{
- simple_god_message(" has granted you a gift!");
+ simple_god_message(" grants you a gift!");
more();
_inc_gift_timeout(30 + random2avg(19, 2));
@@ -1832,7 +1832,7 @@ static void _do_god_gift(bool prayed_for)
success = acquirement(OBJ_MISSILES, you.religion);
if (success)
{
- simple_god_message(" has granted you a gift!");
+ simple_god_message(" grants you a gift!");
more();
_inc_gift_timeout(4 + roll_dice(2, 4));
@@ -1933,7 +1933,7 @@ static void _do_god_gift(bool prayed_for)
if (success)
{
- simple_god_message(" has granted you a gift!");
+ simple_god_message(" grants you a gift!");
more();
_inc_gift_timeout(40 + random2avg(19, 2));