mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Mobs polymorphed into silicons are lawless (#23216)
🆑 coiax add: Any silicons created by bolts of change have no laws. add: Cyborgs are immune to polymorph while changing module. /🆑
This commit is contained in:
@@ -202,6 +202,9 @@
|
||||
new_mob.job = "Cyborg"
|
||||
var/mob/living/silicon/robot/Robot = new_mob
|
||||
Robot.mmi.transfer_identity(M) //Does not transfer key/client.
|
||||
Robot.clear_inherent_laws()
|
||||
Robot.clear_zeroth_law(0)
|
||||
Robot.connected_ai = null
|
||||
if("slime")
|
||||
new_mob = new /mob/living/simple_animal/slime/random(M.loc)
|
||||
if("xeno")
|
||||
|
||||
Reference in New Issue
Block a user