summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 747c80f09b..b729adddec 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -700,6 +700,7 @@ bool MiscastEffect::_create_monster(monster_type what, int abj_deg,
case ATT_HOSTILE: data.behaviour = BEH_FRIENDLY; break;
case ATT_GOOD_NEUTRAL:
case ATT_NEUTRAL:
+ case ATT_STRICT_NEUTRAL:
data.behaviour = BEH_NEUTRAL;
break;
}