summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 06:05:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 06:05:21 +0000
commit6613e6733b6c49285266bd5df92ca93fc5b6b091 (patch)
treef64c28aa52eb5b47ca0da5a61f1e31ebddb41838
parenta9f53dd003a8246adbcf8eddee5aa61d0d4c3b93 (diff)
downloadcrawl-ref-6613e6733b6c49285266bd5df92ca93fc5b6b091.tar.gz
crawl-ref-6613e6733b6c49285266bd5df92ca93fc5b6b091.zip
Mention Beogh's dislike of your destroying orcish idols.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7293 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 73951bafe1..3ea0be07d1 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -736,6 +736,10 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/)
dislikes.push_back("you cast spells");
break;
+ case GOD_BEOGH:
+ dislikes.push_back("you destroy orcish idols");
+ break;
+
default:
break;
}