summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-20 14:37:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-20 14:37:25 +0000
commit18406495618a059ae3f5a98e366ec8bec5e62dbf (patch)
tree79bcee9fdc4f775a58268898878a07cd0b272390 /crawl-ref/source/fight.cc
parent861d9a16ef3195f09b4c58599c9743687e1c0163 (diff)
downloadcrawl-ref-18406495618a059ae3f5a98e366ec8bec5e62dbf.tar.gz
crawl-ref-18406495618a059ae3f5a98e366ec8bec5e62dbf.zip
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
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc1
1 files changed, 1 insertions, 0 deletions
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"
};