mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
AI Shell can no Longer be Autotraitor (#20866)
Fixes https://github.com/Aurorastation/Aurora.3/issues/15989 Also applies it for spiderbot/ai in case that was also possible Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -557,6 +557,15 @@
|
||||
..()
|
||||
mind.assigned_role = "AI"
|
||||
|
||||
//AI Shell / AI Spiderbot
|
||||
/mob/living/silicon/robot/shell/mind_initialize()
|
||||
..()
|
||||
mind.assigned_role = "AI"
|
||||
|
||||
/mob/living/simple_animal/spiderbot/ai/mind_initialize()
|
||||
..()
|
||||
mind.assigned_role = "AI"
|
||||
|
||||
//BORG
|
||||
/mob/living/silicon/robot/mind_initialize()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user