Merge pull request #11949 from PsiOmegaDelta/160109-AI

Creates a new process for handling AI code.
This commit is contained in:
Ccomp5950
2016-02-02 15:25:37 -05:00
4 changed files with 32 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
/datum/ai
var/name
/datum/ai/proc/process()
return PROCESS_KILL
+1 -1
View File
@@ -1,7 +1,7 @@
/datum/expansion
var/datum/holder = null // The holder
/datum/expansion/New(var/atom/holder)
/datum/expansion/New(var/datum/holder)
if(!istype(holder))
CRASH("Invalid holder.")
src.holder = holder