destroying a worn item via dipping in burning oil would not unwear/unwield
the item properly, possibly leading to various strange behaviors
avoid a panic splitbill when shopkeeper is trapped by the door
+grammar tidbit for message given when eating tainted meat is also cannibalism
Platform- and/or Interface-Specific Fixes
-/* SCCS Id: @(#)eat.c 3.4 2003/02/13 */
+/* SCCS Id: @(#)eat.c 3.4 2004/10/15 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
pline("Ulch - that %s was tainted%s!",
mons[mnum].mlet == S_FUNGUS ? "fungoid vegetation" :
!vegetarian(&mons[mnum]) ? "meat" : "protoplasm",
- cannibal ? " cannibal" : "");
+ cannibal ? ", you cannibal" : "");
if (Sick_resistance) {
pline("It doesn't seem at all sickening, though...");
} else {
else
otmp = splitobj(otmp, 1L);
}
- pline("Ulch - That %s was rustproofed!", xname(otmp));
+ pline("Ulch - that %s was rustproofed!", xname(otmp));
/* The regurgitated object's rustproofing is gone now */
otmp->oerodeproof = 0;
make_stunned(HStun + rn2(10), TRUE);