Prevents virus stacking (#19539)

This commit is contained in:
Cameron Lennox
2026-06-25 00:37:57 +02:00
committed by GitHub
parent 16c6676879
commit ea4b8561c5
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -88,6 +88,8 @@
var/datum/disease/D = ID
if((D.spread_flags & DISEASE_SPREAD_SPECIAL) || (D.spread_flags & DISEASE_SPREAD_NON_CONTAGIOUS))
continue
if(M.HasDisease(D))
continue
D.try_infect(M)
/datum/reagent/blood/affect_touch(mob/living/carbon/M, alien, removed)