mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user