summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 67b8e9413f..035aa6caa2 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -263,6 +263,9 @@ namespace arena
{
std::string spec = find_monster_spec();
+ Options.arena_force_ai =
+ strip_bool_tag(spec, "force_ai", Options.arena_force_ai);
+
allow_summons = !strip_tag(spec, "no_summons");
do_alert = strip_tag(spec, "alert");
no_immobile = strip_tag(spec, "no_immobile");