summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-16 19:38:03 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-16 19:38:03 -0400
commit0f3837eba8c8ccdc3414111f6f6312c6ffce6a15 (patch)
tree9a02c59d45dbf139aeb06a41c5871ae8a71393dc /crawl-ref/source/religion.cc
parent2625ad16af54042859690e2629dd1a1c46ec9d56 (diff)
downloadcrawl-ref-0f3837eba8c8ccdc3414111f6f6312c6ffce6a15.tar.gz
crawl-ref-0f3837eba8c8ccdc3414111f6f6312c6ffce6a15.zip
makhleb's summons should also go hostile on excommunication (6124)
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 39cfa849fc..a99f1a6f83 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2791,6 +2791,7 @@ void excommunication(god_type new_god, bool immediate)
case GOD_MAKHLEB:
_set_penance(old_god, 25);
+ add_daction(DACT_ALLY_MAKHLEB);
break;
case GOD_TROG: