diff --git a/code/obj/item/device/pda2/smallprogs.dm b/code/obj/item/device/pda2/smallprogs.dm index 746c9b4bac719..224b2010029b7 100644 --- a/code/obj/item/device/pda2/smallprogs.dm +++ b/code/obj/item/device/pda2/smallprogs.dm @@ -863,7 +863,7 @@ Code: if (isAIeye(usr)) var/turf/eye_loc = get_turf(usr) - if (!(eye_loc.camera_coverage_emitters && length(eye_loc.camera_coverage_emitters))) + if (length(eye_loc.camera_coverage_emitters)) an_area = get_area(eye_loc) signal.data["message"] = SPAN_ALERT("***CRISIS ALERT*** Location: [an_area ? an_area.name : "nowhere"]!")