From 7be78100e7dd7b63e276ebbf7997201df4d53f1b Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 21 Mar 2008 19:34:10 +0000 Subject: 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 --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') 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); /* *********************************************************************** -- cgit v1.2.3-54-g00ecf