From 24704f205c2aea5fa16631b91802a33f2ab27a89 Mon Sep 17 00:00:00 2001 From: Iwanabeu <82484852+Dragonkiller93@users.noreply.github.com> Date: Mon, 10 May 2021 15:49:07 -0700 Subject: [PATCH] Removes unneeded variable restingpwr. --- code/modules/mob/living/carbon/life.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index b57b48d0e02..75e087766d4 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -263,7 +263,6 @@ setStaminaLoss(0, FALSE) update_health_hud() - var/restingpwr = 1 + 4 * resting //Dizziness if(dizziness)