AI shell no longer shows up on end of round text. (#14089)

This commit is contained in:
Afya212
2022-05-25 20:55:41 +01:00
committed by GitHub
parent 6307e0df2f
commit 1de79e8681
2 changed files with 7 additions and 1 deletions

View File

@@ -274,7 +274,7 @@ var/datum/controller/subsystem/ticker/SSticker
dronecount++
continue
if (!robo.connected_ai)
if (!robo.connected_ai && !istype(robo,/mob/living/silicon/robot/shell))
if (robo.stat != 2)
to_world("<b>[robo.name] survived as an AI-less borg! Its laws were:</b>")
else