mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
AI shell no longer shows up on end of round text. (#14089)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user