From 6950b09879c2e503eb0909d67c5ff3b7f08df503 Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Fri, 23 Jan 2026 11:23:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=A3=D0=BF=D1=80=D0=BE=D1=89=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=BF=D0=B0=D1=81=D0=BD=D1=8B=D1=85=20=D1=86=D0=B5?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20=D0=BF=D1=80=D0=B8=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B5=20=D0=BF=D0=BE=20=D1=81=D0=B2=D0=BE=D0=B8?= =?UTF-8?q?=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/работа/работа.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/работа/работа.gd b/scenes/работа/работа.gd index 10d86c7d..fc6b6ae3 100644 --- a/scenes/работа/работа.gd +++ b/scenes/работа/работа.gd @@ -703,5 +703,5 @@ func count_threats(ths): if gos_flag: c = ths.values().filter(func(th: threats.Threat): return th.proto != '').size() else: - c = ths.values().filter(func(th: threats.Threat): return ((th.proto != '') and th.proto not in interfer.gos_protocols)).size() + c = ths.values().filter(func(th: threats.Threat): return not th.gos).size() $count_danger_pad/count_danger.text = '%02d' % c