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