summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 07759d0fcc..b1daa6c5e7 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -726,7 +726,7 @@ bool prompt_eat_from_inventory(int slot)
return (false);
}
- // this conditional can later be merged into food::can_ingest() when
+ // This conditional can later be merged into food::can_ingest() when
// expanded to handle more than just OBJ_FOOD 16mar200 {dlb}
if (you.species != SP_VAMPIRE)
{
@@ -760,7 +760,7 @@ bool prompt_eat_from_inventory(int slot)
return (true);
}
-// [ds] Returns true if something was eaten
+// [ds] Returns true if something was eaten.
bool eat_food(bool run_hook, int slot)
{
if (you.is_undead == US_UNDEAD)