|
From: <dsh...@us...> - 2007-04-02 15:40:18
|
Revision: 1190
http://svn.sourceforge.net/crawl-ref/?rev=1190&view=rev
Author: dshaligram
Date: 2007-04-02 08:40:15 -0700 (Mon, 02 Apr 2007)
Log Message:
-----------
Corona was still borked, refixed.
Modified Paths:
--------------
trunk/crawl-ref/source/spells4.cc
Modified: trunk/crawl-ref/source/spells4.cc
===================================================================
--- trunk/crawl-ref/source/spells4.cc 2007-04-02 15:35:47 UTC (rev 1189)
+++ trunk/crawl-ref/source/spells4.cc 2007-04-02 15:40:15 UTC (rev 1190)
@@ -1873,11 +1873,7 @@
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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|