diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 17c3fc3dfea..63d685bfbdd 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1187,4 +1187,4 @@ organ.status |= ORGAN_BLEEDING organ.take_damage(rand(1,3), 0, 0) - organ.adjustToxLoss(rand(1,3)) \ No newline at end of file + src.adjustToxLoss(rand(1,3)) \ No newline at end of file