summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-25 11:24:04 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-25 11:24:04 +0000
commitf10f789ac24d807aecbacb8b081eeaab59abc4f9 (patch)
tree61f49d61e28da6c737e3c478d1e9f2f1debce499 /crawl-ref
parent5e78b58a7b35bfa11c1994a5e5d95419f0404261 (diff)
downloadcrawl-ref-f10f789ac24d807aecbacb8b081eeaab59abc4f9.tar.gz
crawl-ref-f10f789ac24d807aecbacb8b081eeaab59abc4f9.zip
Give monster minotaurs a headbutt. They are now quite dangerous.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@967 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/enum.h3
-rw-r--r--crawl-ref/source/fight.cc3
-rw-r--r--crawl-ref/source/mon-data.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index a6000a6a44..ef51a97c1a 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2299,7 +2299,8 @@ enum mon_attack_type
AT_TOUCH,
AT_ENGULF,
AT_CLAW,
- AT_TAIL_SLAP
+ AT_TAIL_SLAP,
+ AT_BUTT
};
enum mon_attack_flavour
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index c1809e3348..fe7e7cf6df 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2469,7 +2469,8 @@ std::string melee_attack::mons_attack_verb(const mon_attack_def &attk)
"touch",
"engulf",
"claw",
- "tail slap"
+ "tail slap",
+ "butt"
};
return attack_types[ attk.type ];
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index f31f9d9406..6bffc0fc46 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1032,7 +1032,7 @@
M_WARM_BLOOD,
MR_NO_FLAGS,
1500, 10, MONS_MINOTAUR, MONS_MINOTAUR, MH_NATURAL, -3,
- { {AT_HIT, AF_PLAIN, 35}, {AT_NONE, AF_PLAIN, 0}, {AT_NONE, AF_PLAIN, 0}, {AT_NONE, AF_PLAIN, 0} },
+ { {AT_HIT, AF_PLAIN, 35}, {AT_BUTT, AF_PLAIN, 20}, {AT_NONE, AF_PLAIN, 0}, {AT_NONE, AF_PLAIN, 0} },
{ 13, 3, 5, 0 },
5, 7, 10, 7, MST_NO_SPELLS, CE_CONTAMINATED, Z_BIG, S_BELLOW, I_NORMAL,
MONUSE_WEAPONS_ARMOUR, SIZE_MEDIUM