Cyborgs now get a message that their parent AI has had their laws modified. (For Kor)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2778 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2011-12-23 08:31:17 +00:00
parent 96395618d7
commit 0e310200fc
@@ -79,6 +79,9 @@ AI MODULES
src.transmitInstructions(comp.current, usr)
comp.current << "These are your laws now:"
comp.current.show_laws()
for(var/mob/living/silicon/robot/R in world)
if(R.lawupdate && (R.connected_ai == comp.current))
R << "Your AI has set your 'laws waiting' flag."
usr << "Upload complete. The AI's laws have been modified."