From a0209552c4a8fd7e91ccad436cc9822b65bea7b0 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 14 Jul 2007 19:59:20 +0000 Subject: Implemented Shuffle card. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1865 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 9bc425f3de..04695039f3 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -24,7 +24,7 @@ bool player_in_branch( int branch ); bool player_in_hell( void ); int get_player_wielded_weapon(); -int player_equip( int slot, int sub_type, bool calc_unid = true ); +int player_equip( equipment_type slot, int sub_type, bool calc_unid = true ); int player_equip_ego_type( int slot, int sub_type ); int player_damage_type( void ); int player_damage_brand( void ); @@ -420,4 +420,7 @@ void run_macro(const char *macroname = NULL); int player_ghost_base_movement_speed(); +int count_worn_ego( special_armour_type ego ); +int stat_modifier( stat_type stat ); + #endif -- cgit v1.2.3-54-g00ecf