summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 36e10d35f9..4c209a512d 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2795,6 +2795,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_YREDELEMNUL:
case GOD_KIKUBAAQUDGHA: // note: reapers aren't undead
case GOD_MAKHLEB:
+ case GOD_BEOGH:
case GOD_LUGONU:
if (god_hates_attacking_friend(you.religion, victim))
break;
@@ -2851,6 +2852,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_KIKUBAAQUDGHA:
case GOD_VEHUMET:
case GOD_MAKHLEB:
+ case GOD_BEOGH:
case GOD_LUGONU:
simple_god_message(" accepts your slave's kill.");
retval = true;