summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 23:57:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-04 23:57:21 +0000
commit288e44e2590d8791f0841a70ef50108582990278 (patch)
tree558d104f241393407765b96b89e6ac69b726af50 /crawl-ref/source/skills2.h
parent763ef75bd1f9c97c9f1ebee467bde287f156f483 (diff)
downloadcrawl-ref-288e44e2590d8791f0841a70ef50108582990278.tar.gz
crawl-ref-288e44e2590d8791f0841a70ef50108582990278.zip
Another one with a multitude of (smallish) changes.
- Fixed 1788033, 1787436, 1782862. - Modified basename, so it's a bit more useful and it's seeing use when not switching back during butcher. - Mummy Wanderers won't get a potion. - NOTE_XP_LEVEL_CHANGE notes "real" hp/mp. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2055 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index ff792e0181..8618d6ee76 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -55,7 +55,7 @@ void init_skill_order( void );
/* ***********************************************************************
* called from: acr - it_use2 - item_use - newgame - ouch - player - skills
* *********************************************************************** */
-int calc_mp(void);
+int calc_mp(bool real_mp = false);
// last_updated 24may2000 {dlb}
@@ -63,7 +63,7 @@ int calc_mp(void);
* called from: ability - acr - food - it_use2 - misc - mutation -
* newgame - ouch - player - skills - spells1 - transfor
* *********************************************************************** */
-int calc_hp(void);
+int calc_hp(bool real_hp = false);
// last_updated 24may2000 {dlb}