From ad28312cd281c066355e6cada6ca5b8d4ee3e5bd Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sat, 16 Jan 2010 17:22:23 +0530 Subject: Give Ilsuiw a better tide peak for Call Tide. --- crawl-ref/source/dgn-shoals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/dgn-shoals.cc b/crawl-ref/source/dgn-shoals.cc index 18290e7f5a..03dd0196d1 100644 --- a/crawl-ref/source/dgn-shoals.cc +++ b/crawl-ref/source/dgn-shoals.cc @@ -40,7 +40,7 @@ const int LOW_TIDE = -18 * TIDE_MULTIPLIER; const int HIGH_TIDE = 25 * TIDE_MULTIPLIER; // The highest a tide can be called by a tide caller such as Ilsuiw. -const int HIGH_CALLED_TIDE = 25; +const int HIGH_CALLED_TIDE = 50; const int TIDE_DECEL_MARGIN = 8; const int PEAK_TIDE_VELOCITY = 2; const int CALL_TIDE_VELOCITY = 21; -- cgit v1.2.3-54-g00ecf