summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 6ca4a09a46..f1ab3b3d40 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -321,7 +321,7 @@ bool potion_effect( potion_type pot_eff, int pow, bool was_known )
}
// give a message if no message otherwise
- if (!restore_stat(STAT_ALL, false) && nothing_happens)
+ if (!restore_stat(STAT_ALL, 0, false) && nothing_happens)
mpr( "You feel refreshed." );
break;
}