summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-02 21:56:13 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:20 -0600
commit2fbcf973634da636d7cada6aa639175790264d1f (patch)
tree586d681b3d0c8ff91e702fab0cbc7272d7835803 /crawl-ref/source/godprayer.cc
parentc3ef5ecb81d939c36200d1bf6d4e5a82bd1a0f92 (diff)
downloadcrawl-ref-2fbcf973634da636d7cada6aa639175790264d1f.tar.gz
crawl-ref-2fbcf973634da636d7cada6aa639175790264d1f.zip
A few extra bits of Gozag messaging.
Mainly to avoid the problem of piety being an unthing for Gozag, but there's a bit of a bonus here too.
Diffstat (limited to 'crawl-ref/source/godprayer.cc')
-rw-r--r--crawl-ref/source/godprayer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/godprayer.cc b/crawl-ref/source/godprayer.cc
index 43aaf40567..962ed5da21 100644
--- a/crawl-ref/source/godprayer.cc
+++ b/crawl-ref/source/godprayer.cc
@@ -362,6 +362,8 @@ void pray()
mprf(MSGCH_GOD, "%s", getSpeakString("Xom prayer").c_str());
else if (player_under_penance())
simple_god_message(" demands penance!");
+ if (you_worship(GOD_GOZAG))
+ mprf(MSGCH_GOD, "%s", getSpeakString("Gozag prayer").c_str());
else
mprf(MSGCH_PRAY, you.religion, "%s", god_prayer_reaction().c_str());