mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Cyborgs will now be notified of law changes of the AIs they're slaved
to.
This commit is contained in:
Regular → Executable
+9
@@ -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."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user