Initial commit of Computer 3 from Paradise, along with a bunch of fixes.

This commit is contained in:
DJSnapshot
2014-06-22 02:08:42 -07:00
parent 40e4528726
commit 9de9dab362
77 changed files with 9336 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
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