Integrates UIDs into View Variables

This commit is contained in:
Krausus
2016-09-08 19:04:50 -04:00
parent d64bf46f12
commit b0ac462166
13 changed files with 143 additions and 116 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
if("select")
var/text = ""
for(var/datum/t in objs)
text += "<A HREF='?_src_=vars;Vars=\ref[t]'>\ref[t]</A>"
text += "<A HREF='?_src_=vars;Vars=[t.UID()]'>\ref[t]</A>"
if(istype(t, /atom))
var/atom/a = t