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, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index a4aeb10da9..d188504969 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -772,7 +772,7 @@ static bool blessing_priesthood(monsters* mon)
// Turn an ordinary monster into a priestly monster, using a
// function normally used when going up an experience level.
// This is a hack, but there seems to be no better way for now.
- mon->change_type(priest_type, true);
+ mon->upgrade_type(priest_type, true, true);
return true;
}