Nitpicky: d8c5bdf doesn't free item_list when player_book_has_unlearned_spells() returns
![Wink](https://angband.live/core/images/smilies/wink.png)
/* Give the player a small bonus to ac for elemental attacks */ physical_dam = adjust_dam_armor(context->damage, context->ac + 50); /* Some attacks do no physical damage */ if (!monster_blow_method_physical(context->method)) physical_dam = 0;
name:366:Acidic cytoplasm ... blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10
/* Give the player a small bonus to ac for elemental attacks */ physical_dam = adjust_dam_armor(context->damage, context->ac + 50); /* Some attacks do no physical damage */ if (!monster_blow_method_physical(context->method)) physical_dam = 0;
name:366:Acidic cytoplasm ... blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10 blow:TOUCH:ACID:1d10
Comment