This commit is contained in:
Zuhayr
2015-08-18 11:59:50 -07:00
27 changed files with 243 additions and 182 deletions
+6
View File
@@ -109,6 +109,12 @@
M = whom
C = M.client
key = M.key
else if(istype(whom, /datum/mind))
var/datum/mind/D = whom
key = D.key
M = D.current
if(D.current)
C = D.current.client
else if(istype(whom, /datum))
var/datum/D = whom
return "*invalid:[D.type]*"