Added Telesci to the investigate list.

Admins will now be able to select it and view who used the telescience machines
This commit is contained in:
Ccomp5950
2013-12-05 04:21:18 -06:00
parent 47c5261ade
commit 157b67404c

View File

@@ -22,12 +22,12 @@
F << "<small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>" F << "<small>[time2text(world.timeofday,"hh:mm")] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>"
//ADMINVERBS //ADMINVERBS
/client/proc/investigate_show( subject in list("hrefs","notes","singulo") ) /client/proc/investigate_show( subject in list("hrefs","notes","singulo","telesci") )
set name = "Investigate" set name = "Investigate"
set category = "Admin" set category = "Admin"
if(!holder) return if(!holder) return
switch(subject) switch(subject)
if("singulo") //general one-round-only stuff if("singulo", "telesci") //general one-round-only stuff
var/F = investigate_subject2file(subject) var/F = investigate_subject2file(subject)
if(!F) if(!F)
src << "<font color='red'>Error: admin_investigate: [INVESTIGATE_DIR][subject] is an invalid path or cannot be accessed.</font>" src << "<font color='red'>Error: admin_investigate: [INVESTIGATE_DIR][subject] is an invalid path or cannot be accessed.</font>"