Randomized lawset system + config options

This commit is contained in:
ZomgPonies
2014-01-05 17:50:13 -05:00
parent 6d4f209e78
commit aa8fcc9b15
14 changed files with 11128 additions and 11133 deletions
+1 -1
View File
@@ -77,7 +77,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, base_law_type,,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