Skip to content

Commit c6acbfe

Browse files
committed
fix: it is volume in minute
1 parent 7b89439 commit c6acbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darkstat/configs_export/pobs_craftable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (e *Exporter) EnhanceBasesWithPobCrafts(bases []*Base) []*Base {
117117
}
118118

119119
cooking_rate := recipe.CookingRate.Get()
120-
infocard_addition.WriteLineStr(string(fmt.Sprintf("Cooking: %d mats in minute", cooking_rate)))
120+
infocard_addition.WriteLineStr(string(fmt.Sprintf("Cooking: %d volume in minute", cooking_rate)))
121121

122122
if level, ok := recipe.RequiredLevel.GetValue(); ok {
123123
infocard_addition.WriteLineStr(string(fmt.Sprintf("Required core level: %d", level)))

0 commit comments

Comments
 (0)