summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:28:11 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:47:43 +0100
commit934725f25eae11ced143d86d271ef43d7da83470 (patch)
tree63d48987763385c832eadd89cc80a7bad2f69100 /crawl-ref/source/arena.cc
parent715680dd8c38e6829166d955a5fd2ff3a495346c (diff)
downloadcrawl-ref-934725f25eae11ced143d86d271ef43d7da83470.tar.gz
crawl-ref-934725f25eae11ced143d86d271ef43d7da83470.zip
Remove arena AI forcing option.
It's not strictly necessary anymore to have sensible fights with recent AI changes, and could easily be restored if required. Better to improve non-arena AI, however.
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 31512cd621..68170804ab 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -296,9 +296,6 @@ namespace arena
{
std::string spec = find_monster_spec();
- Options.arena_force_ai =
- strip_bool_tag(spec, "force_ai", Options.arena_force_ai);
-
allow_chain_summons = !strip_tag(spec, "no_chain_summons");
allow_summons = !strip_tag(spec, "no_summons");