summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index a968f7de85..5535607f41 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -633,7 +633,7 @@ bool cast_summon_horrible_things(int pow, god_type god)
static bool _is_animatable_corpse(const item_def& item)
{
return (item.base_type == OBJ_CORPSES
- && mons_zombie_size(item.plus) != Z_NOZOMBIE);
+ && mons_class_can_be_zombified(item.plus));
}
// Try to equip the zombie/skeleton with the objects it died with.