Update TagResource.cs

This commit is contained in:
Ed
2025-02-14 11:57:49 +03:00
parent 249cad63ee
commit fdf2c53c5c

View File

@@ -62,7 +62,7 @@ public sealed partial class TagResource : CP14WorkbenchCraftRequirement
if (Title is null)
return "Error tag name";
return Loc.GetString(Title);
return $"{Loc.GetString(Title)} x{Count}";
}
public override EntityPrototype? GetRequirementEntityView(IPrototypeManager protoManager)