summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 18:28:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 18:28:44 +0000
commit4ac2f786ed16181b99248a26819d7c7811c6de4b (patch)
treedaecca626d1e50460782f3538c2925877a687fb2 /crawl-ref/source/it_use2.cc
parent7dba1f9243f2bde04016a56526dcf68b658ceaf6 (diff)
downloadcrawl-ref-4ac2f786ed16181b99248a26819d7c7811c6de4b.tar.gz
crawl-ref-4ac2f786ed16181b99248a26819d7c7811c6de4b.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4474 c06c8d41-db1a-0410-9941-cceddc491573
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 f1ab3b3d40..cdcafa1a69 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -99,7 +99,7 @@ bool potion_effect( potion_type pot_eff, int pow, bool was_known )
lessen_hunger(1000, true);
- // healing depends on hunger
+ // healing depends on thirst
if (you.hunger_state <= HS_HUNGRY) // !heal wounds
{
inc_hp((10 + random2avg(30,2)) / factor, false);