summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 9c51074f42..81628ab889 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -936,7 +936,7 @@ bool lugonu_corrupt_level(int power)
mprf(MSGCH_GOD, "Lugonu's Hand of Corruption reaches out!");
- you.flash_colour = EC_MUTAGENIC;
+ you.flash_colour = ETC_MUTAGENIC;
viewwindow(true, false);
_initialise_level_corrupt_seeds(power);
@@ -957,7 +957,7 @@ bool lugonu_corrupt_level(int power)
_corrupt_level_features(*abyssal);
run_corruption_effects(300);
- you.flash_colour = EC_MUTAGENIC;
+ you.flash_colour = ETC_MUTAGENIC;
viewwindow(true, false);
// Allow extra time for the flash to linger.
delay(1000);