Added missing iconstates for the ai fixer.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@165 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-24 07:40:36 +00:00
parent ec4438efa0
commit cd9fd3e5f6
5 changed files with 31 additions and 16 deletions
+2 -3
View File
@@ -10,6 +10,7 @@
attack(mob/living/silicon/ai/M as mob, mob/user as mob)
if (src.flush)
user << "<b>Transfer failed</b>: Cannot transfer while wipe in progress."
return
if(!istype(M, /mob/living/silicon/ai))
@@ -22,9 +23,7 @@
if(M.real_name != "Inactive AI")
user << "<b>Transfer failed</b>: Existing AI found on this terminal. Remove existing AI to install a new one."
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