Dead AIs can be intelicarded again. This does NOT return them to a functional state if they have been destroyed, it is simply a framework for the eventual ability to make new AIs and/or repair damaged ones.

Added an icon state for intelicards with a dead AI.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@133 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-21 18:37:25 +00:00
parent 56d196aabf
commit c21f1c4d20
3 changed files with 38 additions and 20 deletions
+1 -3
View File
@@ -19,9 +19,7 @@
spawn( 0 )
O.mode = 2
if (istype(src.loc, /obj/item/device/aicard))
src.loc.icon_state = "aicard"
src.loc.name = "inteliCard"
src.loc = O
src.loc.icon_state = "aicard-404"
if(ticker.mode.name == "AI malfunction")
world << "<FONT size = 3><B>Human Victory</B></FONT>"