Minor cockatrice fix

PS: Why do we have duplicate fixes__._ files in the branches, since by
definition the same file would have to stay the same in any branch?
This commit is contained in:
arromdee
2011-12-18 05:16:36 +00:00
parent f0f620cad2
commit 2cf8261159
3 changed files with 3 additions and 1 deletions

View File

@@ -542,7 +542,7 @@ register struct monst *mtmp;
/* big weapon is basically the same as bimanual */
/* all monsters can wield the remaining weapons */
for (i = 0; i < SIZE(hwep); i++) {
if (hwep[i] == CORPSE && !(mtmp->misc_worn_check & W_ARMG))
if (hwep[i] == CORPSE && !(mtmp->misc_worn_check & W_ARMG) && !resists_ston(mtmp))
continue;
if (((strong && !wearing_shield)
|| !objects[hwep[i]].oc_bimanual) &&