Changes roundstart AI law behavior.

This commit is contained in:
Miauw
2013-12-19 17:12:05 +01:00
parent e33a9fe346
commit 8b09e95aaf
9 changed files with 60 additions and 15 deletions
+1 -1
View File
@@ -206,7 +206,7 @@
/mob/proc/AIize()
if(client)
src << sound(null, repeat = 0, wait = 0, volume = 85, channel = 1) // stop the jams for AIs
var/mob/living/silicon/ai/O = new (loc, /datum/ai_laws/asimov,,1)//No MMI but safety is in effect.
var/mob/living/silicon/ai/O = new (loc,,,1)//No MMI but safety is in effect.
O.invisibility = 0
O.aiRestorePowerRoutine = 0