Merge pull request #6231 from Citadel-Station-13/upstream-merge-36721
[MIRROR] Fix crafting tools tooltips
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user