Yname2 vs yname

<Someone> noticed a capitalization mistake in a new message.
This commit is contained in:
cohrs
2003-03-02 07:02:00 +00:00
parent 94d4c78bdf
commit bfd5856d4f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ General Fixes and Modified Features
setmangry should not be called when a monster enters a bones region setmangry should not be called when a monster enters a bones region
avoid panic when secondary weapon is cursed while generating bones level avoid panic when secondary weapon is cursed while generating bones level
typos fixed in data.base typos fixed in data.base
bad capitalization of msg when charging for something that catches light
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes
+1 -1
View File
@@ -1031,7 +1031,7 @@ struct obj *obj;
/* if it catches while you have it, then it's your tough luck */ /* if it catches while you have it, then it's your tough luck */
check_unpaid(obj); check_unpaid(obj);
verbalize("That's in addition to the cost of %s %s, of course.", 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); bill_dummy_object(obj);
} }
begin_burn(obj, FALSE); begin_burn(obj, FALSE);