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?
to malformed escapes and could potentially be abused to clobber the
stack and launch a buffer overrun attack
fix message typo, "you sold some items inside <container> for N gold piecess"
+fix bug preventing stone-resistant monsters w/o gloves from wielding cockatrices
Platform- and/or Interface-Specific Fixes
but it wasn't updating the map to show them unless the hero could see
panic save made during magic mapping or <foo> detection performed while
underwater could put hero on top of the water after restore
+fix bug preventing stone-resistant monsters w/o gloves from wielding cockatrices
Platform- and/or Interface-Specific Fixes
/* 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) &&