summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.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-data.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-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index aa2cb6d137..0ceb1e273b 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -395,7 +395,7 @@ static monsterentry mondata[] = {
M_FIGHTER | M_COLD_BLOOD | M_SPEAKS,
MR_NO_FLAGS,
900, 10, MONS_DRACONIAN, MONS_DRACONIAN, MH_NATURAL, -3,
- { {AT_HIT, AF_PLAIN, 35}, {AT_HIT, AF_PLAIN, 20},
+ { {AT_PUNCH, AF_PLAIN, 35}, {AT_KICK, AF_PLAIN, 20},
{AT_TAIL_SLAP, AF_PLAIN, 15} },
{ 16, 6, 3, 0 },
6, 20, MST_NO_SPELLS, CE_CONTAMINATED, Z_NOZOMBIE, S_ROAR, I_HIGH,