mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user