mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
fixes xenomicrobes (#30622)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user