summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-25 11:51:11 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-25 11:51:11 -0500
commitc4d63c569f7146d653ec48ce363bc0562b186b1b (patch)
treeddebb0094302cf1184d9b8fbcc34a003d8b4ba23 /crawl-ref/source/religion.cc
parentb56c9a0d57643e40c27b19733b21a8a8861c59a0 (diff)
downloadcrawl-ref-c4d63c569f7146d653ec48ce363bc0562b186b1b.tar.gz
crawl-ref-c4d63c569f7146d653ec48ce363bc0562b186b1b.zip
Make screen color flashes from god effects more consistent.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index f32c5cea4d..4d48b3635c 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6879,10 +6879,11 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
wpn.name(DESC_NOCAP_A).c_str(), desc.c_str()));
wpn.flags |= ISFLAG_NOTED_ID;
+ mpr("Your weapon shines brightly!", MSGCH_GOD);
+
you.flash_colour = colour;
viewwindow(true, false);
- mpr("Your weapon shines brightly!", MSGCH_GOD);
simple_god_message(" booms: Use this gift wisely!");
if (god == GOD_SHINING_ONE)
@@ -6896,6 +6897,7 @@ static bool _bless_weapon(god_type god, brand_type brand, int colour)
}
#ifndef USE_TILE
+ // Allow extra time for the flash to linger.
delay(1000);
#endif