summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-27 19:42:38 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-10-27 19:42:38 +0100
commitede5a845fb8b40c0a9cfcbc30d4c16521a1a012b (patch)
tree4bbd26079486effe8c0e85ef92eb86e7b2475745 /crawl-ref/source/arena.cc
parentafa3d1883c91bb832e0f599a40817ac1a5ceed61 (diff)
downloadcrawl-ref-ede5a845fb8b40c0a9cfcbc30d4c16521a1a012b.tar.gz
crawl-ref-ede5a845fb8b40c0a9cfcbc30d4c16521a1a012b.zip
Don't consider a hard_reset dismissal on the arena to be an error.
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 9696be70b8..9c641f3828 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -1227,7 +1227,10 @@ void arena_monster_died(monster* mons, killer_type killer,
&& arena::faction_b.active_members <= 0)
{
if (mons->flags & MF_HARD_RESET && !MON_KILL(killer))
- game_ended_with_error("Last arena monster was dismissed.");
+ {
+ // It's a tie.
+ mpr("Last arena monster was dismissed.");
+ }
// If all monsters are dead, and the last one to die is a giant
// spore or ball lightning, then that monster's faction is the
// winner, since self-destruction is their purpose. But if a