Merge pull request #10580 from Putnam3145/craft-log

Craft logging
This commit is contained in:
Ghom
2020-01-18 17:47:31 +01:00
committed by GitHub
7 changed files with 15 additions and 0 deletions

View File

@@ -158,6 +158,7 @@
I.CheckParts(parts, R)
if(send_feedback)
SSblackbox.record_feedback("tally", "object_crafted", 1, I.type)
log_craft("[I] crafted by [user] at [loc_name(I.loc)]")
return 0
return "."
return ", missing tool."