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