]> granicus.if.org Git - nethack/commitdiff
Yname2 vs yname
authorcohrs <cohrs>
Sun, 2 Mar 2003 07:02:00 +0000 (07:02 +0000)
committercohrs <cohrs>
Sun, 2 Mar 2003 07:02:00 +0000 (07:02 +0000)
<Someone> noticed a capitalization mistake in a new message.

doc/fixes35.0
src/apply.c

index 2971167c7654caab3f80c00fbed8f4233f808716..d0dfe7cd2178882530e82ed4701a59831e999fa0 100644 (file)
@@ -5,6 +5,7 @@ General Fixes and Modified Features
 setmangry should not be called when a monster enters a bones region
 avoid panic when secondary weapon is cursed while generating bones level
 typos fixed in data.base
+bad capitalization of msg when charging for something that catches light
 
 
 Platform- and/or Interface-Specific Fixes
index 64b462c5df2480d52015dfbcad218d4655dc99e9..37742d22a839e6325f39786a5f2ce041514696c6 100644 (file)
@@ -1031,7 +1031,7 @@ struct obj *obj;
                /* if it catches while you have it, then it's your tough luck */
                check_unpaid(obj);
                verbalize("That's in addition to the cost of %s %s, of course.",
-                               Yname2(obj), obj->quan == 1 ? "itself" : "themselves");
+                         yname(obj), obj->quan == 1 ? "itself" : "themselves");
                bill_dummy_object(obj);
            }
            begin_burn(obj, FALSE);