Try harder to use the pronoun "the" when refering to a unique monster's corpse
attaching long named candle to long named candelabrum caused buffer overflow
when polymorhed, only hand/weapon attack on disenchanter should result in
damage to weapon, gloves, etc.
+killer should say "the" when choking on unique monster's corpse
Platform- and/or Interface-Specific Fixes
killer = "a very rich meal";
} else {
killer = food_xname(food, FALSE);
+ if (food->otyp == CORPSE &&
+ (mons[food->corpsenm].geno & G_UNIQ)) {
+ killer = the(killer);
+ killer_format = KILLED_BY;
+ }
}
} else {
You("choke over it.");