Fixes staff of change borgs recieving AI laws (#36785)
* Fixes staff of change borgs recieving AI laws * lawupdate
This commit is contained in:
committed by
CitadelStationBot
parent
694f3a6949
commit
d6083b0ff6
@@ -159,11 +159,12 @@
|
||||
new_mob.invisibility = 0
|
||||
new_mob.job = "Cyborg"
|
||||
var/mob/living/silicon/robot/Robot = new_mob
|
||||
Robot.lawupdate = FALSE
|
||||
Robot.connected_ai = null
|
||||
Robot.mmi.transfer_identity(M) //Does not transfer key/client.
|
||||
Robot.clear_inherent_laws(0)
|
||||
Robot.clear_zeroth_law(0, 0)
|
||||
Robot.connected_ai = null
|
||||
|
||||
Robot.clear_zeroth_law(0)
|
||||
|
||||
if("slime")
|
||||
new_mob = new /mob/living/simple_animal/slime/random(M.loc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user