mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Fixed missing scientist spawnpoints (d'oh!).
Cyborgs are now notified of AI law changes.
This commit is contained in:
@@ -80,14 +80,6 @@ AI MODULES
|
||||
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