summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 2 insertions, 0 deletions
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);
}
}