Fixed missing scientist spawnpoints (d'oh!).

Cyborgs are now notified of AI law changes.
This commit is contained in:
Melvin Melonstorm
2012-02-19 02:13:01 +01:00
parent afd877074c
commit e808211c50
3 changed files with 4777 additions and 4766 deletions
@@ -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."