From a1dd87704d101b2e7b240c22fd7aea3d9d6e27aa Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 19 Nov 2008 01:46:28 +0000 Subject: Turn kenkus' hardcoded pecking attack and inability to wear helmets into an intrinsic beak mutation (assuming, of course, that the beak is what makes helmets unwearable). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7493 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 6e1b25077c..5805aa6113 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -3232,8 +3232,7 @@ std::string get_skill_description(int skill, bool need_title) { unarmed_attacks.push_back("bite other creatures"); } - - if (you.species == SP_KENKU) + else if (player_mutation_level(MUT_BEAK)) unarmed_attacks.push_back("peck at monsters with your beak"); if (player_mutation_level(MUT_HORNS)) -- cgit v1.2.3-54-g00ecf