mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Merge pull request #11949 from PsiOmegaDelta/160109-AI
Creates a new process for handling AI code.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/datum/ai
|
||||
var/name
|
||||
|
||||
/datum/ai/proc/process()
|
||||
return PROCESS_KILL
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user