From 536b5a709fd2aabbbaad65f6b3a2cf888c269909 Mon Sep 17 00:00:00 2001 From: Rykka Date: Sat, 30 May 2020 07:01:20 -0400 Subject: [PATCH] Fix indentation error + inserted spaces --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index c5d33d75db..4257281210 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -315,7 +315,7 @@ legcuffed = null update_inv_legcuffed() else - ..() + ..() //generates realistic-ish pulse output based on preset levels /mob/living/carbon/proc/get_pulse(var/method) //method 0 is for hands, 1 is for machines, more accurate