Fixes MoMMIs being slaved to an AI though wire mucking

This commit is contained in:
d3athrow
2013-11-23 19:16:46 -06:00
parent 53f5f02c5d
commit 23fd4d62a1

View File

@@ -43,6 +43,7 @@
src << "LawSync protocol engaged."
src.show_laws()
if (BORG_WIRE_AI_CONTROL) //Cut the AI wire to reset AI control
if(isMoMMI(src)) return
if (src.connected_ai)
src.connected_ai = null
if (BORG_WIRE_CAMERA)