Sting now glows light blue again
prevent "offering" or other words with similar ending from matching ring quote
make cleric cast lightning blind as other lightning does
+change the wording slightly to use "one of " when a monster wielding
+ multiple daggers thrusts them
Platform- and/or Interface-Specific Fixes
{
if (!flags.verbose || Blind || !mon_visible(mtmp))
return;
- pline("%s %s %s %s.", Monnam(mtmp),
+ pline("%s %s %s%s %s.", Monnam(mtmp),
(objects[otemp->otyp].oc_dir & PIERCE) ? "thrusts" : "swings",
- mhis(mtmp), singular(otemp, xname));
+ (otemp->quan > 1) ? "one of " : "",
+ mhis(mtmp), xname(otemp));
}
/* return how a poison attack was delivered */