mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Prevents virus stacking (#19539)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user