Fixed cyborgs not properly losing law 0 when their AI loses it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@594 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-12 08:07:03 +00:00
parent ed46d8878e
commit abdf2363f8

View File

@@ -59,9 +59,8 @@
var/temp
if (master)
if (master.zeroth)
temp = master.zeroth
src.laws.zeroth = temp
temp = master.zeroth
src.laws.zeroth = temp
src.laws.inherent.len = master.inherent.len
for (var/index = 1, index <= master.inherent.len, index++)