summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/skills.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/skills.cc b/crawl-ref/source/skills.cc
index 2d28a5201d..59afd9ce3c 100644
--- a/crawl-ref/source/skills.cc
+++ b/crawl-ref/source/skills.cc
@@ -436,10 +436,6 @@ static int _exercise2(int exsk)
you.redraw_armour_class = true;
}
- // For wielded weapons of pain.
- if (exsk == SK_NECROMANCY && you.skills[exsk] == 1)
- you.wield_change = true;
-
const unsigned char best = best_skill(SK_FIGHTING,
(NUM_SKILLS - 1), 99);