From f3ff2d3f1a5ac8b76d3389d4dc20ec6e580034f5 Mon Sep 17 00:00:00 2001 From: Vivalas Date: Thu, 22 Jun 2017 03:17:09 -0500 Subject: [PATCH] Removes comment --- code/modules/surgery/organs/organ_external.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm index 2db1ad37a47..763b8655471 100644 --- a/code/modules/surgery/organs/organ_external.dm +++ b/code/modules/surgery/organs/organ_external.dm @@ -686,7 +686,7 @@ Note that amputating the affected organ does in fact remove the infection from t tbrute = 3 return "[tbrute][tburn]" -/obj/item/organ/external/proc/update_splints() //we're processing splints like this instead of on a per step basis for efficiency +/obj/item/organ/external/proc/update_splints() if(!(status & ORGAN_SPLINTED)) return if(owner.step_count >= splinted_count + SPLINT_LIFE)