tunnel vision is a bitch

This commit is contained in:
GrayRachnid
2018-03-29 23:10:06 -04:00
parent 45899124a4
commit 6972812ccf
+1 -3
View File
@@ -396,7 +396,6 @@
data["ref"] = "[REF(R)]"
var/req_text = ""
var/tool_text = ""
var/tool_addafter = "" // this exists because tools use both paths and defines
var/catalyst_text = ""
for(var/a in R.reqs)
@@ -416,10 +415,9 @@
for(var/a in R.tools)
if(ispath(a, /obj/item))
var/obj/item/b = a
tool_addafter += " [initial(b.name)],"
tool_text += " [initial(b.name)],"
else
tool_text += " [a],"
tool_text += tool_addafter
tool_text = replacetext(tool_text,",","",-1)
data["tool_text"] = tool_text