mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +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))
|
||||
|
||||
Reference in New Issue
Block a user