fixes xenomicrobes (#30622)

This commit is contained in:
Qwertytoforty
2025-10-07 15:13:21 -04:00
committed by GitHub
parent 927e8b8742
commit cd3ee6ab90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ MARK: Helpers
return check_contraction_carbon(D, spread_method)
/mob/living/carbon/can_contract_disease(datum/disease/D, spread_method = SPREAD_CONTACT_GENERAL)
return ..() && check_contraction_carbon(D)
return ..() && check_contraction_carbon(D) //Think this should be (D, spread_method), not touching it though as I don't know viral code
//MARK: Human
/mob/living/carbon/human/can_spread_disease(D, spread_method = SPREAD_CONTACT_GENERAL)