Merge pull request #6231 from Citadel-Station-13/upstream-merge-36721

[MIRROR] Fix crafting tools tooltips
This commit is contained in:
LetterJay
2018-04-02 05:23:50 -05:00
committed by GitHub
+5 -1
View File
@@ -419,7 +419,11 @@
data["catalyst_text"] = catalyst_text
for(var/a in R.tools)
tool_text += " [a],"
if(ispath(a, /obj/item))
var/obj/item/b = a
tool_text += " [initial(b.name)],"
else
tool_text += " [a],"
tool_text = replacetext(tool_text,",","",-1)
data["tool_text"] = tool_text