Cyborg analyzers can see organs again (#24212)

* swapperooni

* Update code/game/objects/items/devices/scanners.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

---------

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
This commit is contained in:
BiancaWilkson
2024-02-19 14:48:45 +00:00
committed by GitHub
co-authored by GDN
parent 0547e8b1c5
commit 6617713438
+1 -1
View File
@@ -423,7 +423,7 @@ REAGENT SCANNER
organ_found = null
if(LAZYLEN(H.internal_organs))
for(var/obj/item/organ/internal/O in H.internal_organs)
if(!O.is_robotic() || istype(O, /obj/item/organ/internal/cyberimp) || O.stealth_level <= 1)
if(!O.is_robotic() || istype(O, /obj/item/organ/internal/cyberimp) || O.stealth_level > 1)
continue
organ_found = TRUE
msgs += "[capitalize(O.name)]: <font color='red'>[O.damage]</font>"