From c0c39501b9e2d8bfa156b06c59dac918856ba5a9 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 23 Jun 2007 14:42:02 +0000 Subject: Nemelex pleasing updated. All previously-unknown cards now give 1-2 points of piety; finishing a deck (even if marked) gives an extra point. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1627 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 979166c9be..635ac234c8 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -4949,7 +4949,7 @@ bool player::can_go_berserk(bool verbose) const return (true); } -void player::god_conduct(int thing_done, int level) +void player::god_conduct(conduct_type thing_done, int level) { ::did_god_conduct(thing_done, level); } -- cgit v1.2.3-54-g00ecf