Moves silicon law logging to a more all-catching location.

This commit is contained in:
PsiOmega
2015-03-20 16:41:04 +01:00
parent 273bb366f0
commit 470766e301
11 changed files with 273 additions and 159 deletions

View File

@@ -1238,6 +1238,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