From 0bfb6e0d170243195998cb88c47c6608559eac65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=83=D0=BC=D0=B0=D1=81=D0=B0=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=20C=D0=B0=D0=BC=D0=B0=D0=BB=D0=B0=D0=BD=20?= =?UTF-8?q?=D0=91=D0=B0=D0=B1=D0=B0=D0=BD?= Date: Fri, 1 Nov 2024 02:32:26 +0700 Subject: [PATCH] Update lighting.dm --- code/modules/power/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 2ea8e97817235..cd3c8df4c1252 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -508,7 +508,7 @@ update_icon(FALSE) sleep(rand(5, 15)) on = (get_status() == LIGHT_OK) - update_icon(0) + queue_icon_update(0) flickering = FALSE // ai attack - make lights flicker, because why not