summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-29 19:48:21 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-29 19:48:21 +0530
commit9cc1ba155f353a235d38e785c1eefc984f4d42c1 (patch)
tree9a956049f0d39a37b727bb06154743fee883b3c0 /crawl-ref/source/view.h
parentcfdb6e14f51f38e104444acf22e17706fcda104d (diff)
downloadcrawl-ref-9cc1ba155f353a235d38e785c1eefc984f4d42c1.tar.gz
crawl-ref-9cc1ba155f353a235d38e785c1eefc984f4d42c1.zip
Boost Ilsuiw stats and give her Call Tide, which strongly boosts the tide in Shoals, pegs it towards high tide, and includes a local high tide maximum centered on Ilsuiw, which can be double the height of the normal high tide.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 7a618c182b..70029c000d 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -37,6 +37,7 @@ std::string screenshot(bool fullscreen = false);
bool view_update();
void view_update_at(const coord_def &pos);
void flash_view(int colour = BLACK); // inside #ifndef USE_TILE?
+void flash_view_delay(int colour = BLACK, long delay = 150);
#ifndef USE_TILE
void flash_monster_colour(const monsters *mon, unsigned char fmc_colour,
int fmc_delay);