From 1c65f328285c8c03123d160d29c88373d3eeb0ff Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 12 Jun 2013 20:37:45 -0700 Subject: [PATCH] Compile fix. --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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