summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-16 19:41:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-16 19:41:58 +0000
commit66e21b71a9d7d1e2569caa2c63d25e3b935fd2c0 (patch)
tree94aa5b8e8b9814c153f51cf9f1774b6de1863169
parent4cc99724849e1f801e32582e7d5a0fb9cf1c97dc (diff)
downloadcrawl-ref-66e21b71a9d7d1e2569caa2c63d25e3b935fd2c0.tar.gz
crawl-ref-66e21b71a9d7d1e2569caa2c63d25e3b935fd2c0.zip
Don't put skeletal dragons in the MONS_DRAGON genus anymore, to fix the
inconsistency with weapons of dragon slaying (they are vilnerable, while dragon zombies and skeletons aren't), and because their description indicates that they're made of pieced-together bones from many different dragons (so limiting them to one species of dragon seems wrong). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7262 c06c8d41-db1a-0410-9941-cceddc491573
-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 66ed534eb9..4018cafee1 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1911,7 +1911,7 @@ static monsterentry mondata[] = {
MONS_SKELETAL_DRAGON, 'D', LIGHTGREY, "skeletal dragon",
M_SENSE_INVIS | M_EVIL | M_FLIES,
MR_RES_POISON | MR_RES_FIRE | MR_RES_COLD | MR_RES_ELEC,
- 0, 12, MONS_DRAGON, MONS_SKELETAL_DRAGON, MH_UNDEAD, -4,
+ 0, 12, MONS_SKELETAL_DRAGON, MONS_SKELETAL_DRAGON, MH_UNDEAD, -4,
{ {AT_BITE, AF_PLAIN, 30}, {AT_CLAW, AF_PLAIN, 20},
{AT_CLAW, AF_PLAIN, 20}, AT_NO_ATK },
{ 20, 8, 8, 0 },