Added proper handling of fingerprints to fingerprint cards, added more info to a function on the detective's computer.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3248 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
joe.heinemeyer@gmail.com
2012-03-04 03:19:25 +00:00
parent 37d1db8ea7
commit 5a3e58836d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ obj/machinery/computer/forensic_scanning
temp += "Consolidated data points:<br>"
for(var/i = 1, i <= files.len, i++)
temp += "<a href='?src=\ref[src];operation=record;identifier=[i]'>{Dossier [i]}</a><br>"
temp += "<br><a href='?src=\ref[src];operation=card'>{Insert Finger Print Card}</a><br><br><br>"
temp += "<br><a href='?src=\ref[src];operation=card'>{Insert Finger Print Card (To complete a Dossier)}</a><br><br><br>"
else
temp = ""
if(misc && misc.len)