Skip to content

Commit

Permalink
zero
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed Sep 26, 2023
1 parent c4ac03e commit 0a596ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/disease.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var/list/diseases = typesof(/datum/disease) - /datum/disease

/datum/disease/proc/get_infection_chance(mob/living/carbon/human/victim)
if(ishuman(victim))
var/protection = 5 //Our current credit protection on how good are we protected from any sort of disease. Five acts as base protection.
var/protection = 0 //Our current credit protection on how good are we protected from any sort of disease.
if(istype(victim.wear_mask, /obj/item/clothing/mask/surgical))
protection += 30
if(istype(victim.gloves, /obj/item/clothing/gloves/latex))
Expand Down

0 comments on commit 0a596ce

Please sign in to comment.