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:
Ben
2025-06-22 18:06:09 +00:00
committed by GitHub
co-authored by Ben10083
parent 8c123d541d
commit a5208bbd07
2 changed files with 67 additions and 0 deletions
+9
View File
@@ -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()
..()