Cyborgs will now be notified of law changes of the AIs they're slaved

to.
This commit is contained in:
Melvin Melonstorm
2012-02-18 14:51:17 +01:00
parent e755219d70
commit afd877074c
+9
View File
@@ -79,6 +79,15 @@ AI MODULES
src.transmitInstructions(comp.current, usr)
comp.current << "These are your laws now:"
comp.current.show_laws()
for (var/mob/living/silicon/robot/A in world)
if (A.stat == 2)
continue
if (A.connected_ai != comp.current)
continue
A << "These are your laws now:"
A.show_laws()
usr << "Upload complete. The AI's laws have been modified."