summaryrefslogtreecommitdiff
path: root/src/cmd7.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd7.cc')
-rw-r--r--src/cmd7.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cmd7.cc b/src/cmd7.cc
index 040e0683..da51bdb4 100644
--- a/src/cmd7.cc
+++ b/src/cmd7.cc
@@ -4857,13 +4857,6 @@ void summon_monster(int sumtype)
/* Take a turn */
energy_use = 100;
- if (p_ptr->inside_arena)
- {
- msg_print("This place seems devoid of life.");
- msg_print(NULL);
- return;
- }
-
if (summon_specific_friendly(p_ptr->py, p_ptr->px, dun_level + randint(5), sumtype, TRUE))
{
msg_print("You summon some help.");