AIs are no longer capable of detonating borgs that were slaved to them prior to being emagged

(Way back when I made buildable AIs I made AIs unable to detonate borgs that didn't belong to them, to keep possible AI wars from causing cyborg apocalypses.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@533 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-04 08:15:56 +00:00
parent 8e899a72ad
commit 734ba4fdfc
2 changed files with 3 additions and 6 deletions
@@ -77,7 +77,7 @@ AI MODULES
usr << "You haven't selected a cyborg to transmit laws to!"
return
if (comp.current.stat == 2)
if (comp.current.stat == 2 || comp.current.emagged)
usr << "Upload failed. No signal is being detected from the cyborg."
else if (comp.current.connected_ai)
usr << "Upload failed. The cyborg is slaved to an AI."