Allows all synths to view the alternative law sets.

This does not include laws such as the syndicate, spider clan, etc. laws.
Makes it less of a headache for a synth to state the standard NT laws while subverted, etc.
This commit is contained in:
PsiOmegaDelta
2015-06-02 14:48:08 +02:00
parent d8abb581e8
commit 3f26eeac99
3 changed files with 14 additions and 32 deletions
+2 -2
View File
@@ -185,7 +185,7 @@
This is another way of saying that we won't bother dealing with them.*/
else
src << "No holopad connected."
return
return 0
return 1
/mob/living/silicon/ai/proc/holopad_emote(var/message) //This is called when the AI uses the 'me' verb while using a holopad.
@@ -206,7 +206,7 @@
M.show_message(rendered, 2)
else //This shouldn't occur, but better safe then sorry.
src << "No holopad connected."
return
return 0
return 1
/mob/living/silicon/ai/emote(var/act, var/type, var/message)