when there were multiple boulders at a location, moving one of them sometimes
resulted in line-of-sight anomalies
unicorn can't catch gems if it is asleep or paralyzed
+fix grammar when choking on gold
Platform- and/or Interface-Specific Fixes
-/* SCCS Id: @(#)eat.c 3.5 2005/06/21 */
+/* SCCS Id: @(#)eat.c 3.5 2005/09/09 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
if(food) {
You("choke over your %s.", foodword(food));
if (food->oclass == COIN_CLASS) {
- Strcpy(killer.name, "a very rich meal");
+ Strcpy(killer.name, "very rich meal");
} else {
Strcpy(killer.name, food_xname(food, FALSE));
if (food->otyp == CORPSE &&