mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Early stage viruses no longer show on medical HUD (#16307)
This commit is contained in:
@@ -90,6 +90,8 @@
|
||||
/mob/living/carbon/proc/has_virus()
|
||||
for(var/thing in viruses)
|
||||
var/datum/disease/D = thing
|
||||
if(!D.discovered) // Early-stage viruses should not show up on med HUD (though health analywers can still pick them up)
|
||||
continue
|
||||
if((!(D.visibility_flags & HIDDEN_SCANNER)) && (D.severity != NONTHREAT))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user