summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-08 04:16:16 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-08 04:16:16 +0000
commit202da55ba94c6b9458594274e44870d6d6ab7632 (patch)
tree62d7e0530768a62a92687c3608f9c16edf93e70f /crawl-ref/source/food.cc
parent34f2a2197a9d373ce51e1ec9eea3cbbd51293c76 (diff)
downloadcrawl-ref-202da55ba94c6b9458594274e44870d6d6ab7632.tar.gz
crawl-ref-202da55ba94c6b9458594274e44870d6d6ab7632.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6897 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index bee77bf04d..e8a5320b64 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1430,7 +1430,7 @@ static void _eat_chunk( int chunk_effect, bool cannibal, int mon_intel )
if (you.species == SP_GHOUL)
{
- _heal_from_food((!one_chance_in(5)? hp_amt : 0), 0,
+ _heal_from_food((!one_chance_in(5) ? hp_amt : 0), 0,
!one_chance_in(3), false);
}
}