From 46b318b96519e880328e9200b743a39a49bc3bc6 Mon Sep 17 00:00:00 2001 From: Builder13 Date: Thu, 22 Aug 2024 00:22:18 +0300 Subject: [PATCH] SSD fix --- code/modules/mob/living/life.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 167fd08a43366..95787852e45e7 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -38,11 +38,7 @@ handle_actions() -//[SIERRA-EDIT] - if(update_icon) //forces a full overlay update - update_icon = FALSE - regenerate_icons() -//[/SIERRA-EDIT] + UpdateLyingBuckledAndVerbStatus() handle_regular_hud_updates()