/obj/machinery/camera/examine(mob/user)
. += ..()
if(isEmpProof())
. += "It has electromagnetic interference shielding installed."
else
. += "It can be shielded against electromagnetic interference with some plasma."
if(isXRay())
. += "It has an X-ray photodiode installed."
else
. += "It can be upgraded with an X-ray photodiode with an analyzer."
if(isMotion())
. += "It has a proximity sensor installed."
else
. += "It can be upgraded with a proximity sensor."
if(!status)
. += "It's currently deactivated."
if(!panel_open && powered())
. += "You'll need to open its maintenance panel with a screwdriver to turn it back on."
if(panel_open)
. += "Its maintenance panel is currently open."
if(!status && powered())
. += "It can reactivated with wirecutters."