git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7542 c06c8d41-db1a-0410-9941-cceddc491573
45SKX2PVPRR3PJOQGG5SYGOWX52EZ5RTXJTY2J7WOCSNL7FUMAMQC
// There's no levitation enchantment for monsters, and anyways
// it's not nearly as inconveniencing for monsters as for the
// player, so backlight them instead.
mon_target->add_ench( mon_enchant(ENCH_BACKLIGHT, pot_pow, kc) );
// There's no levitation enchantment for monsters, and,
// anyway, it's not nearly as inconvenient for monsters as
// for the player, so backlight them instead.
mon_target->add_ench(mon_enchant(ENCH_BACKLIGHT, pot_pow, kc));