Merge pull request #13799 from farie82/robot-sync-fix

Makes borgs (dis)connect properly to the AI. Fixing invisible borgs for the AI and a runtime or more
This commit is contained in:
Fox McCloud
2020-07-13 16:30:07 -04:00
committed by GitHub
6 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -196,7 +196,7 @@
var/mob/living/silicon/robot/Robot = new_mob
Robot.mmi = new /obj/item/mmi(new_mob)
Robot.lawupdate = FALSE
Robot.connected_ai = null
Robot.disconnect_from_ai()
Robot.clear_inherent_laws()
Robot.clear_zeroth_law()
if(ishuman(M))