mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user