Preparing repo for overhauled computer3

This commit is contained in:
ZomgPonies
2014-06-23 05:52:00 -04:00
parent 506bd94252
commit b8c1dbf620
46 changed files with 16569 additions and 16507 deletions
@@ -1,13 +0,0 @@
/*
Note that as with existing ai upload, this is not an interactive program.
That means that the work is done in execute() rather than interact()
*/
/datum/file/program/upload/ai
execute(var/datum/file/program/source)
if(!interactable() || istype(usr,/mob/living/silicon))
return 0
if(!computer.net)
usr << "An indecipherable set of code flicks across the screen. Nothing else happens."
return
var/list/results = computer.net.get_machines