Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidPotroh committed Oct 26, 2023
1 parent f0b924d commit d006a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/bot/medbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
return

for(var/datum/disease/D as anything in C.diseases)
if(!(D.visibility_flags & HIDDEN_HUD) && D.severity != NONTHREAT)
if(!(D.visibility_flags & HIDDEN_HUD) && D.discovered && D.severity != NONTHREAT)
return TRUE //Medbots see viruses if they displayed on HUD, ignoring safe viruses


Expand Down

0 comments on commit d006a44

Please sign in to comment.