diff --git a/job.go b/job.go index 694cdfa..6c81d09 100644 --- a/job.go +++ b/job.go @@ -1861,8 +1861,8 @@ func jobCraftItem(j Job) { } /* we can finish the job */ - - out := fmt.Sprintf("Summary for %s\n", item.Names[0]) + var out string + out = fmt.Sprintf("Summary for %s\n", item.Names[0]) out = fmt.Sprint("%s Mana : %d\n", out, totalMana) out = fmt.Sprint("%s
 Items :
\n", out) for k, v := range requiredItems {