summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 409869af51..04bc706d77 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4761,9 +4761,9 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
if (ptr_stat == &you.strength)
burden_change();
-
- return;
-} // end modify_stat()
+ if (ptr_stat == &you.dex)
+ you.redraw_evasion = true;
+}
void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
const std::string& cause, bool see_source)