From 29ed8f2399c5e637fb538fd5116f99334dd8289b Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 31 Dec 2015 18:17:12 -0500 Subject: [PATCH] tweak --- 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 badfb8268e8..12bf73b43d4 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -772,7 +772,7 @@ heart_attack = 0 if(stat == CONSCIOUS) src << "You feel your heart beating again!" - . = ..(shock_damage,source,siemens_coeff,safety,override,tesla_shock) + . = ..() /mob/living/carbon/human/Topic(href, href_list)