abductor tech

This commit is contained in:
Fox-McCloud
2016-04-18 19:17:46 -04:00
parent 0fa40f4650
commit 2954aa88ea
7 changed files with 48 additions and 6 deletions
+2
View File
@@ -315,6 +315,8 @@
dat += "[temp_server.name] Data ManagementP<BR><BR>"
dat += "Known Technologies<BR>"
for(var/datum/tech/T in temp_server.files.known_tech)
if(T.level <= 0)
continue
dat += "* [T.name] "
dat += "<A href='?src=\ref[src];reset_tech=[T.id]'>(Reset)</A><BR>" //FYI, these are all strings.
dat += "Known Designs<BR>"