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/religion.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 46574758b4..cf0a5b775a 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -61,6 +61,7 @@ #include "spells3.h" #include "spl-cast.h" #include "stuff.h" +#include "tutorial.h" #include "view.h" const char *sacrifice[] = { @@ -1605,6 +1606,7 @@ void gain_piety(char pgn) god_speaks(you.religion, info); } } + learned_something_new(TUT_NEW_ABILITY); } } -- cgit v1.2.3-54-g00ecf