summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 0b5238313d..7e27f8c1f8 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3002,8 +3002,6 @@ commented out for now
case SPWPN_DISTORTION:
- //if ( !one_chance_in(3) ) break;
-
if (one_chance_in(3))
{
mpr("Your body is twisted painfully.");
@@ -3038,7 +3036,7 @@ commented out for now
if (coinflip() && you.level_type != LEVEL_ABYSS)
{
- banished(DNGN_ENTER_ABYSS);
+ you.banished = true;
break;
}
break;