From 18406495618a059ae3f5a98e366ec8bec5e62dbf Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 20 Aug 2009 14:37:25 +0000 Subject: For flavor, add a tentacle-slap attack, and have tentacled monstrosities use it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10586 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index af7c6e1979..1337b14d36 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -4286,6 +4286,7 @@ std::string melee_attack::mons_attack_verb(const mon_attack_def &attk) "claw", "punch", "kick", + "tentacle-slap", "tail-slap", "gore" }; -- cgit v1.2.3-54-g00ecf