mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user