summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 19:34:10 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-21 19:34:10 +0000
commit7be78100e7dd7b63e276ebbf7997201df4d53f1b (patch)
tree1e145651f9656bc498c6e83c0a619eced0f8784e /crawl-ref/source/player.h
parenta11e3c0cf886a41f796c840e42c83032302bb44d (diff)
downloadcrawl-ref-7be78100e7dd7b63e276ebbf7997201df4d53f1b.tar.gz
crawl-ref-7be78100e7dd7b63e276ebbf7997201df4d53f1b.zip
Allow vampires of hunger state full or higher to go berserk.
Should this be too strong (they have insane regeneration already) it should be easy enough to revert. Also renamed all static functions in abl-show.cc and player.cc to follow the new coding conventions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3792 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 9ea9964557..ed7bff38f4 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -311,7 +311,7 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
/* ***********************************************************************
* called from: decks - it_use2 - player
* *********************************************************************** */
-void level_change(bool skip_ability_increase = false);
+void level_change(bool skip_attribute_increase = false);
/* ***********************************************************************