mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 11:02:41 +00:00
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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user