summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-30 12:10:11 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-30 12:10:11 +0100
commitc2fb862fba15f7148b09af89c2059ba14661bea0 (patch)
treed37a439dd2b81454a5505f8c4e0498e4f5bd0726 /crawl-ref/source/godconduct.cc
parentd542c58fb72f4c76efbf65a5f35ebd81feb62c20 (diff)
downloadcrawl-ref-c2fb862fba15f7148b09af89c2059ba14661bea0.tar.gz
crawl-ref-c2fb862fba15f7148b09af89c2059ba14661bea0.zip
Let Trog accept kills of holies, like he does of other demons.
He's not someone to care about relations to good gods, merely creature type which is otherwise the same for angels and demons.
Diffstat (limited to 'crawl-ref/source/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index 771daa8a56..258f2ffa60 100644
--- a/crawl-ref/source/godconduct.cc
+++ b/crawl-ref/source/godconduct.cc
@@ -532,6 +532,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_YREDELEMNUL:
case GOD_KIKUBAAQUDGHA:
+ case GOD_TROG:
case GOD_MAKHLEB:
case GOD_BEOGH:
case GOD_LUGONU:
@@ -599,6 +600,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
retval = true;
break;
+ case GOD_TROG:
case GOD_MAKHLEB:
case GOD_BEOGH:
case GOD_LUGONU: