summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-18 22:38:35 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-18 22:38:35 -0700
commitcf92af14d37a68299ad302da5f11242d7c84f5f5 (patch)
tree5608d6f2ab6144fad74d1fbe7c50863147d51006 /crawl-ref/source/godabil.cc
parentc420d8f2f53f566253b5d18626a6debec12952e1 (diff)
downloadcrawl-ref-cf92af14d37a68299ad302da5f11242d7c84f5f5.tar.gz
crawl-ref-cf92af14d37a68299ad302da5f11242d7c84f5f5.zip
Fixup Zin's hatred of uniques (Not My Leg)
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index 254d29adc9..200bdda71e 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -474,9 +474,9 @@ static int _zin_check_recite_to_single_monster(const monster *mon,
// Anti-chaos prayer:
// Hits some specific insane or shapeshifted uniques.
- if (mon->type == MONS_CRAZY_YIUF
+ if (mon->type == MONS_LOUISE
|| mon->type == MONS_PSYCHE
- || mon->type == MONS_GASTRONOK)
+ || mon->type == MONS_PRINCE_RIBBIT)
{
eligibility[RECITE_CHAOTIC]++;
}