summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 11:32:32 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 11:32:32 +0000
commit536cad41f666433204c1072afe2c3aa5c93c4d64 (patch)
tree5d12335fd52f0ed7de39b11acb35ead6a455019d /crawl-ref/source/misc.cc
parent240d458d718fcae5faaffb6d49ee0da27b585465 (diff)
downloadcrawl-ref-536cad41f666433204c1072afe2c3aa5c93c4d64.tar.gz
crawl-ref-536cad41f666433204c1072afe2c3aa5c93c4d64.zip
Give merfolk in water and flying kenku evasion bonuses.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1812 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 988b322a17..2756efc18f 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -539,6 +539,7 @@ void merfolk_start_swimming(void)
}
remove_equipment(removed);
+ you.redraw_evasion = true;
}
void up_stairs(void)