summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 01:27:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 01:27:33 +0000
commit0d0e71a16332b45819be7afa7015786c37804361 (patch)
treefea948e7d8dfc9091b63b6c0e56b1d42f7d7a270 /crawl-ref/source/mon-util.h
parent1f3c5e509becf1b55638286522648c602cfd9b8e (diff)
downloadcrawl-ref-0d0e71a16332b45819be7afa7015786c37804361.tar.gz
crawl-ref-0d0e71a16332b45819be7afa7015786c37804361.zip
Add the attack types AT_PUNCH and AT_KICK, and make draconian monks use
them, since they don't get weapons. These are currently identical to AT_HIT, except that they don't use a weapon, as with the already existing AT_TAIL_SLAP. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7454 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index bfb1c54323..5b858ac0ab 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -44,6 +44,8 @@ enum mon_attack_type
AT_TOUCH,
AT_ENGULF,
AT_CLAW,
+ AT_PUNCH,
+ AT_KICK,
AT_TAIL_SLAP,
AT_BUTT,