Intelicarding an AI no longer causes two sets of AI laws to be reported at round-end.

You can now view the laws of an Intelicarded AI, and initiate a wipe of its files, killing it. Further functionality, such as giving it the ability to talk over a radio, is planned.

It is no longer possible to use an Intelicard on an AI core that has already had its AI removed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@124 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-21 01:35:14 +00:00
parent 1f5c203155
commit 6c581cced4
3 changed files with 84 additions and 23 deletions
@@ -12,9 +12,16 @@
src.lying = 1
src.icon_state = "ai-crash"
for(var/obj/machinery/ai_status_display/O in world) //change status
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
if(ticker.mode.name == "AI malfunction")
world << "<FONT size = 3><B>Human Victory</B></FONT>"