summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/arena.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 4816004bd5..9093a2be53 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -797,7 +797,9 @@ namespace arena
{
// Set various options from the arena spec's tags
try
+ {
parse_monster_spec();
+ }
catch (const std::string &error)
{
write_error(error);
@@ -875,7 +877,9 @@ namespace arena
do
{
try
+ {
setup_fight();
+ }
catch (const std::string &error)
{
write_error(error);