Forgot to actually apply the AIcard changes in the last revision

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@145 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-22 16:49:47 +00:00
parent a8657551f9
commit f2ffff75c8

View File

@@ -9,6 +9,9 @@
attack(mob/living/silicon/ai/M as mob, mob/user as mob)
if (src.flush)
return
if(!istype(M, /mob/living/silicon/ai))
return ..()
@@ -19,9 +22,9 @@
if(M.client)
user << "<b>Transfer failed</b>: Existing daemon found on this terminal. Remove existing daemon to install a new one."
return
else if(M.stat != A.stat)
user << "<b>Transfer failed</b>: Unable to establish connection."
return
// else if(M.stat != A.stat)
// user << "<b>Transfer failed</b>: Unable to establish connection."
// return
else
M.name = A.name
M.real_name = A.real_name