From f05884f49be60aab15111bd5bd9c27e679b8318b Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 28 Sep 2009 17:09:09 -0500 Subject: Attempt to make monster attacks on submerged monsters consistent with player attacks on the same (aside from tentacle attacks, which only monsters can currently have and which work on all submerged monsters). --- crawl-ref/source/player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 58bda4f796..bb11ff8512 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -442,6 +442,8 @@ bool rot_player(int amount); bool player_has_spell(spell_type spell); size_type player_size(int psize = PSIZE_TORSO, bool base = false); +item_def *player_slot_item(equipment_type eq); + bool player_weapon_wielded(); item_def *player_weapon(); item_def *player_shield(); -- cgit v1.2.3-54-g00ecf