/mob/living/silicon/ai/examine(mob/user) . = list("*---------*\nThis is [icon2html(src, user)] [src]!") if (stat == DEAD) . += "It appears to be powered-down." else if (getBruteLoss()) if (getBruteLoss() < 30) . += "It looks slightly dented." else . += "It looks severely dented!" if (getFireLoss()) if (getFireLoss() < 30) . += "It looks slightly charred." else . += "Its casing is melted and heat-warped!" if(deployed_shell) . += "The wireless networking light is blinking." else if (!shunted && !client) . += "[src]Core.exe has stopped responding! NTOS is searching for a solution to the problem..." . += "*---------*" . += ..()