-$RCSfile$ $Revision$ $Date$
+$rcsfile: fixes35.0,v $ $Revision$ $Date$
General Fixes and Modified Features
-----------------------------------
ditto for hero in gremlin form (camera too)
autosearch finds and transforms secret doors and corridors even while blind,
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
+hangup save made during magic mapping or <foo> detection performed while
underwater could put hero on top of the water after restore
+items conferring life drain resistance were affected by drain life spell
Platform- and/or Interface-Specific Fixes
obj->oclass != ARMOR_CLASS && !is_weptool(obj)) ||
obj->spe <= 0)
return (FALSE);
- if (obj_resists(obj, 10, 90))
+ if (defends(AD_DRLI, obj) || defends_when_carried(AD_DRLI, obj) ||
+ obj_resists(obj, 10, 90))
return (FALSE);
/* Charge for the cost of the object */