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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 8c0c97ca2a..63c0236193 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -438,7 +438,8 @@ bool is_good_god(god_type god)
bool is_chaotic_god(god_type god)
{
return (god == GOD_XOM
- || god == GOD_MAKHLEB);
+ || god == GOD_MAKHLEB
+ || god == GOD_LUGONU);
}
bool is_priest_god(god_type god)