summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index c85b104f2e..0d74cba572 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1800,6 +1800,7 @@ bool ms_low_hitpoint_cast( const monsters *mon, spell_type monspell )
case SPELL_NO_SPELL:
ret = false;
+ break;
default:
if (!targ_adj && (get_spell_flags(monspell) & SPTYP_SUMMONING))