summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 1a65c92601..d836f0a3ec 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2287,6 +2287,7 @@ void debug_set_stats()
you.redraw_strength = true;
you.redraw_dexterity = true;
you.redraw_intelligence = true;
+ you.redraw_evasion = true;
}
#endif