mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
* I'm about to viro it * I thought I was done, I was not :( * Wrong proc oops * Small oops * Fix that * Grrr nutrition
This commit is contained in:
@@ -360,7 +360,7 @@ BLOOD_VOLUME_SURVIVE = 40
|
||||
var/datum/disease/D = ID
|
||||
if(D.spread_flags & (DISEASE_SPREAD_SPECIAL | DISEASE_SPREAD_NON_CONTAGIOUS)) // Special/Non-Contagious stay in the blood, but they won't spread
|
||||
continue
|
||||
ContractDisease(D)
|
||||
ForceContractDisease(D)
|
||||
if (injected.data["resistances"] && prob(5))
|
||||
antibodies |= injected.data["resistances"]
|
||||
if (injected.data[REAGENT_ID_ANTIBODIES] && prob(5))
|
||||
|
||||
@@ -88,7 +88,8 @@
|
||||
var/datum/disease/D = ID
|
||||
if((D.spread_flags & DISEASE_SPREAD_SPECIAL) || (D.spread_flags & DISEASE_SPREAD_NON_CONTAGIOUS))
|
||||
continue
|
||||
M.ContractDisease(D)
|
||||
M.ForceContractDisease(D)
|
||||
D.try_infect(M)
|
||||
|
||||
/datum/reagent/blood/affect_touch(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(ishuman(M))
|
||||
|
||||
Reference in New Issue
Block a user