summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index d159b42367..fb8a0bace2 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1881,7 +1881,7 @@ bool backlight_monsters(int x, int y, int pow, int garbage)
// this enchantment wipes out invisibility (neat)
menv[mon].del_ench(ENCH_INVIS);
- menv[mon].add_ench(ENCH_BACKLIGHT);
+ menv[mon].add_ench(mon_enchant(ENCH_BACKLIGHT, 1));
return (true);
} // end backlight_monsters()