diff --git a/code/modules/mob/living/carbon/carbon_life.dm b/code/modules/mob/living/carbon/carbon_life.dm index 27ca9cd42d3..bcbe2114812 100644 --- a/code/modules/mob/living/carbon/carbon_life.dm +++ b/code/modules/mob/living/carbon/carbon_life.dm @@ -248,13 +248,9 @@ /mob/living/carbon/handle_status_effects() ..() if(stam_regen_start_time <= world.time) - if(stam_paralyzed) - update_stamina() if(staminaloss) - setStaminaLoss(0, FALSE) + setStaminaLoss(0) SEND_SIGNAL(src, COMSIG_CARBON_STAMINA_REGENERATED) - update_stamina_hud() - update_health_hud() // Keep SSD people asleep if(player_logged)