summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index fb8a0bace2..a57bdb0245 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1873,11 +1873,7 @@ bool backlight_monsters(int x, int y, int pow, int garbage)
else if (lvl == 4)
simple_monster_message( &menv[mon], " glows brighter for a moment." );
else
- {
- // remove old level
- menv[mon].del_ench(ENCH_BACKLIGHT, true);
simple_monster_message( &menv[mon], " glows brighter." );
- }
// this enchantment wipes out invisibility (neat)
menv[mon].del_ench(ENCH_INVIS);