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