Open Quintus24 opened 2 years ago
changed to
INSTANCE ItFoMutton (C_Item)
{
name = "Grilled Meat";
mainflag = ITEM_KAT_FOOD;
flags = ITEM_MULTI;
value = Value_Fleisch;
visual = "ItFo_CookedMutton_01.3ds";
scemeName = "MEAT";
on_state[0] = UseMutton;
description = name;
TEXT[1] = NAME_Bonus_HP; COUNT[1] = HP_Fleisch;
TEXT[5] = NAME_Value; COUNT[5] = Value_Fleisch;
};
I've noticed the same spelling inconsistency with this item in the German script version too:
name = "gebratenes Fleisch";
(line 161)
and
name = "rohes Fleisch";
(line 185)
Example screenshot:
Hello, everyone!
I would like to report the following bug:
Describe the bug: The "Grilled meat" item is spelled with a lower case "m" for the word "meat".
Expected behavior: The "Grilled meat" item is spelled as "Grilled Meat" with an upper case "M".
Steps to reproduce the issue:
Additional context Minor issue, low prio. Not sure what the general grammatical rule is for such a case, but it seems that most items in the game that contain two or more words in their name are spelled with an upper case first letter. Note that the "Raw Meat" item, for example, is spelled as such.
Attaching screenshots for more clear information.
"Grilled meat" @ Inventory. ory.
"Raw Meat" @ Inventory.
"Grilled meat" in the World.
Thank You and Best Regards! Quintus24