summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 21:09:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 21:09:40 +0000
commit7a76ccd4b9e13ff52142dd5d52ac8dd4ae59dc32 (patch)
treeb525ceadaf32b667ed16b04b43a7b51a98d40263 /crawl-ref/source/mon-data.h
parent62000c44bfccc2c1829ee69d8cdab5b1ca4a1aff (diff)
downloadcrawl-ref-7a76ccd4b9e13ff52142dd5d52ac8dd4ae59dc32.tar.gz
crawl-ref-7a76ccd4b9e13ff52142dd5d52ac8dd4ae59dc32.zip
Apparently, necrophagi and ghouls are supposed to be able to pick up and
use weapons and armor, given that doing so is hardcoded into _handle_monster_move(). Give them MONUSE_WEAPONS_ARMOUR again and remove the hardcoded exceptions for them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5864 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 7ea2356308..05abc266a3 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -975,7 +975,7 @@
{ {AT_HIT, AF_ROT, 8}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 5, 3, 5, 0 },
2, 10, MST_NO_SPELLS, CE_HCL, Z_NOZOMBIE, S_SILENT, I_NORMAL,
- HT_LAND, 10, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, SIZE_MEDIUM
+ HT_LAND, 10, DEFAULT_ENERGY, MONUSE_WEAPONS_ARMOUR, SIZE_MEDIUM
},
{
@@ -986,7 +986,7 @@
{ {AT_CLAW, AF_ROT, 9}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 4, 3, 5, 0 },
4, 10, MST_NO_SPELLS, CE_HCL, Z_NOZOMBIE, S_SILENT, I_NORMAL,
- HT_LAND, 10, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, SIZE_MEDIUM
+ HT_LAND, 10, DEFAULT_ENERGY, MONUSE_WEAPONS_ARMOUR, SIZE_MEDIUM
},
{