summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 9335ab5e1d..aca5b3bf90 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2584,7 +2584,7 @@ void monsters::heal(int amount, bool max_too)
hit_points = max_hit_points;
}
-int monsters::holiness() const
+mon_holy_type monsters::holiness() const
{
return (mons_holiness(this));
}