summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilereg.cc')
-rw-r--r--crawl-ref/source/tilereg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc
index 745ca0fca9..c4c0801739 100644
--- a/crawl-ref/source/tilereg.cc
+++ b/crawl-ref/source/tilereg.cc
@@ -1022,7 +1022,7 @@ void DungeonRegion::render()
m_buf_doll.draw();
m_buf_main.draw();
- if (you.duration[DUR_BERSERKER])
+ if (you.berserk())
{
ShapeBuffer buff;
VColour red_film(130, 0, 0, 100);