From 24be3228d463d6b2501cbca9368e14e91ab42182 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 6 Feb 2007 16:03:52 +0000 Subject: Tutorial (JPEG) and some formatting cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@924 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/food.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/food.cc') diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc index e042123eb0..0ac4a3801c 100644 --- a/crawl-ref/source/food.cc +++ b/crawl-ref/source/food.cc @@ -44,6 +44,7 @@ #include "skills2.h" #include "spells2.h" #include "stuff.h" +#include "tutorial.h" static int determine_chunk_effect(int which_chunk_type, bool rotten_chunk); static void eat_chunk( int chunk_effect ); @@ -506,9 +507,11 @@ static bool food_change(bool suppress_message) { case HS_STARVING: mpr("You are starving!", MSGCH_FOOD); + learned_something_new(TUT_YOU_STARVING); break; case HS_HUNGRY: mpr("You are feeling hungry.", MSGCH_FOOD); + learned_something_new(TUT_YOU_HUNGRY); break; default: break; -- cgit v1.2.3-54-g00ecf