From 6541687abe536e7b8e8328f7fc9228e956b461c9 Mon Sep 17 00:00:00 2001 From: Jared Tinney (Twinge) Date: Mon, 22 Feb 2010 12:53:07 -0800 Subject: [PATCH 1/2] Set Wyvern and Anaconda zombie size to large. --- crawl-ref/source/mon-data.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h index 1bbfbfb..fa68ca3 100644 --- a/crawl-ref/source/mon-data.h +++ b/crawl-ref/source/mon-data.h @@ -2099,7 +2099,7 @@ static monsterentry mondata[] = { 2000, 15, MONS_WYVERN, MONS_WYVERN, MH_NATURAL, -3, { {AT_BITE, AF_PLAIN, 20}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, { 5, 3, 5, 0 }, - 5, 10, MST_NO_SPELLS, CE_CLEAN, Z_SMALL, S_SILENT, + 5, 10, MST_NO_SPELLS, CE_CLEAN, Z_BIG, S_SILENT, I_ANIMAL, HT_LAND, FL_NONE, 15, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_BIG }, @@ -3033,7 +3033,7 @@ static monsterentry mondata[] = { 600, 10, MONS_SNAKE, MONS_ANACONDA, MH_NATURAL, -3, { {AT_CONSTRICT, AF_CRUSH, 30}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK }, { 11, 3, 5, 0 }, - 4, 16, MST_NO_SPELLS, CE_CLEAN, Z_SMALL, S_HISS, + 4, 16, MST_NO_SPELLS, CE_CLEAN, Z_BIG, S_HISS, I_INSECT, HT_LAND, FL_NONE, 18, DEFAULT_ENERGY, MONUSE_NOTHING, MONEAT_NOTHING, SIZE_LARGE }, -- 1.6.5.1 From 58cbb02f9891803ed0336557561e739dbd63b244 Mon Sep 17 00:00:00 2001 From: Jared Tinney (Twinge) Date: Mon, 22 Feb 2010 12:58:32 -0800 Subject: [PATCH 2/2] Give Trapdoor Spider a description. --- crawl-ref/source/dat/descript/monsters.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/crawl-ref/source/dat/descript/monsters.txt b/crawl-ref/source/dat/descript/monsters.txt index 6393cb5..604bf39 100644 --- a/crawl-ref/source/dat/descript/monsters.txt +++ b/crawl-ref/source/dat/descript/monsters.txt @@ -1543,6 +1543,10 @@ tormentor This malign devil is covered in all manner of claws, spines and cruel hooks. %%%% +trapdoor spider + +A sneaky arachnid that surprises its prey by hiding underneath the dungeon floor. +%%%% troll A huge, nasty-looking creature. Its thick and knobbly hide seems to heal almost instantly from most wounds. -- 1.6.5.1