summaryrefslogtreecommitdiff
path: root/src/xtra2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:57 +0100
commitee4aec30851e64cc7a5599be6272b832ed7018c1 (patch)
tree4cdd02d0346b8f478829691cfafe7dbf5fb906e2 /src/xtra2.cc
parent06365ca3274fc48b3c0b69418c1f8ee0d63a9a37 (diff)
Remove unused BACT_* values, including Arena code
Diffstat (limited to 'src/xtra2.cc')
-rw-r--r--src/xtra2.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xtra2.cc b/src/xtra2.cc
index 4109ffcb..43f48264 100644
--- a/src/xtra2.cc
+++ b/src/xtra2.cc
@@ -2519,14 +2519,6 @@ void monster_death(int m_idx)
}
}
- /* Handle the possibility of player vanquishing arena combatant -KMW- */
- if (p_ptr->inside_arena)
- {
- p_ptr->exit_bldg = TRUE;
- msg_print("Victorious! You're on your way to becoming Champion.");
- p_ptr->arena_number++;
- }
-
/* If the doppleganger die, the variable must be set accordingly */
if (r_ptr->flags9 & RF9_DOPPLEGANGER) doppleganger = 0;