Merge pull request #8560 from PsiOmegaDelta/PCAILaws

PC AI laws.
This commit is contained in:
Chinsky
2015-03-30 21:23:34 +03:00
12 changed files with 293 additions and 222 deletions

View File

@@ -1200,6 +1200,7 @@
/mob/living/silicon/robot/proc/disconnect_from_ai()
if(connected_ai)
sync() // One last sync attempt
connected_ai.connected_robots -= src
connected_ai = null