summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 22:12:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 22:12:21 +0000
commit0bfa591f1e39901559b69b4721a7319ff8a5888c (patch)
tree2dbddaf17e8017ca2c153dfd6eddae78d1c13431 /crawl-ref
parent61fca12c44d0bf3760a21a494d7a9734a5f14538 (diff)
downloadcrawl-ref-0bfa591f1e39901559b69b4721a7319ff8a5888c.tar.gz
crawl-ref-0bfa591f1e39901559b69b4721a7319ff8a5888c.zip
Add still more cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10284 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/monstuff.cc2
-rw-r--r--crawl-ref/source/religion.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 0a0269fbef..aa390087eb 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -7808,7 +7808,7 @@ static bool _handle_pickup(monsters *monster)
if (pg > 0)
{
- mprf(MSGCH_GOD, "Jiyva appreciates your sacrifice.");
+ simple_god_message(" appreciates your sacrifice.");
gain_piety(pg);
}
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 8dbf81b5c9..eb774003c0 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6358,7 +6358,7 @@ void excommunication(god_type new_god)
break;
case GOD_JIYVA:
- for (int i = 0; i < 3; i++)
+ for (int i = 0; i < 3; ++i)
mutate(RANDOM_BAD_MUTATION);
_make_god_gifts_hostile(false);