]> granicus.if.org Git - nethack/commitdiff
choking on gold
authornethack.rankin <nethack.rankin>
Sat, 10 Sep 2005 02:40:51 +0000 (02:40 +0000)
committernethack.rankin <nethack.rankin>
Sat, 10 Sep 2005 02:40:51 +0000 (02:40 +0000)
     From a bug report:  "choked on an a very rich meal".

doc/fixes34.4
src/eat.c

index 2b1ffb78004656b3a754d62f4c0ceaa70d559b4b..282d5bc6dc403f6bf2fa6c1a6a23f1ed9ccb8aba 100644 (file)
@@ -146,6 +146,7 @@ describe locomotion method accurately when flyers traverse ladders or holes
 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
index 968da1f3e5deb852872ddf23946a961cfef8cd03..62dc27cecc06350adf6232ec2fcdc172aec6aa59 100644 (file)
--- a/src/eat.c
+++ b/src/eat.c
@@ -1,4 +1,4 @@
-/*     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. */
 
@@ -224,7 +224,7 @@ choke(food) /* To a full belly all food is bad. (It.) */
            if(food) {
                You("choke over your %s.", foodword(food));
                if (food->oclass == COIN_CLASS) {
-                   Strcpy(killer.name, "very rich meal");
+                   Strcpy(killer.name, "very rich meal");
                } else {
                    Strcpy(killer.name, food_xname(food, FALSE));
                    if (food->otyp == CORPSE &&