summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-23 14:42:02 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-23 14:42:02 +0000
commitc0c39501b9e2d8bfa156b06c59dac918856ba5a9 (patch)
tree0c56bdc8ede39ae1fc4dde4b5c0a42a15421e232 /crawl-ref/source/player.cc
parentdf39d45725b62feba8dbc81496902161ddb9f3ef (diff)
downloadcrawl-ref-c0c39501b9e2d8bfa156b06c59dac918856ba5a9.tar.gz
crawl-ref-c0c39501b9e2d8bfa156b06c59dac918856ba5a9.zip
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
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
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);
}